Skip to content

Commit 097933c

Browse files
chore(main): release 0.9.0
1 parent 060338b commit 097933c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.1"
2+
".": "0.9.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.8.1...0.9.0) (2025-11-03)
4+
5+
6+
### Features
7+
8+
* cold, warm and hot launch times meter ([#66](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/66)) ([060338b](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/060338b8e982a1cc4e84cf309a0ee337b7d94fab))
9+
310
## [0.8.1](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.8.0...0.8.1) (2025-10-29)
411

512

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is automatically updated by release-please. Do not edit manually.
2-
public let sdkVersion = "0.8.1" // x-release-please-version
2+
public let sdkVersion = "0.9.0" // x-release-please-version

0 commit comments

Comments
 (0)