Skip to content

Commit e2be585

Browse files
chore(main): release 0.3.0 (#53)
🤖 I have created a release *beep* *boop* --- ## [0.3.0](0.2.1...0.3.0) (2025-01-31) ### ⚠ BREAKING CHANGES * Spec v0.8 adherence ([#46](#46)) ### ✨ New Features * Spec v0.8 adherence ([#46](#46)) ([b6457f6](b6457f6)) ### 📚 Documentation * Fix spec version label in README ([#54](#54)) ([3e1ec5b](3e1ec5b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3e1ec5b commit e2be585

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.1"}
1+
{".":"0.3.0"}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/open-feature/swift-sdk/compare/0.2.1...0.3.0) (2025-01-31)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Spec v0.8 adherence ([#46](https://github.com/open-feature/swift-sdk/issues/46))
9+
10+
### ✨ New Features
11+
12+
* Spec v0.8 adherence ([#46](https://github.com/open-feature/swift-sdk/issues/46)) ([b6457f6](https://github.com/open-feature/swift-sdk/commit/b6457f693e45bc620e6443f3b8435d30f091ca9d))
13+
14+
15+
### 📚 Documentation
16+
17+
* Fix spec version label in README ([#54](https://github.com/open-feature/swift-sdk/issues/54)) ([3e1ec5b](https://github.com/open-feature/swift-sdk/commit/3e1ec5bffc9d6aef0deb76f343191664d377fd31))
18+
319
## [0.2.1](https://github.com/open-feature/swift-sdk/compare/0.2.0...0.2.1) (2024-12-13)
420

521

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</a>
2020
<!-- x-release-please-start-version -->
2121

22-
<a href="https://github.com/open-feature/swift-sdk/releases/tag/0.2.1">
23-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.1&color=blue&style=for-the-badge" />
22+
<a href="https://github.com/open-feature/swift-sdk/releases/tag/0.3.0">
23+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.3.0&color=blue&style=for-the-badge" />
2424
</a>
2525

2626
<!-- x-release-please-end -->
@@ -62,7 +62,7 @@ If you manage dependencies through SPM, in the dependencies section of Package.s
6262

6363
<!---x-release-please-start-version-->
6464
```swift
65-
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.2.1")
65+
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.3.0")
6666
```
6767
<!---x-release-please-end-->
6868

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.3.0

0 commit comments

Comments
 (0)