Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 13, 2024
1 parent 901d1ea commit b900743
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.0"}
{".":"0.2.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/open-feature/swift-sdk/compare/0.2.0...0.2.1) (2024-12-13)


### 🐛 Bug Fixes

* remove compilation warnings ([#47](https://github.com/open-feature/swift-sdk/issues/47)) ([a21214e](https://github.com/open-feature/swift-sdk/commit/a21214eb7d6ad7b5942d41097dd776032d635827))

## [0.2.0](https://github.com/open-feature/swift-sdk/compare/0.1.0...0.2.0) (2024-07-08)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</a>
<!-- x-release-please-start-version -->

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

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

<!---x-release-please-start-version-->
```swift
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.2.0")
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.2.1")
```
<!---x-release-please-end-->

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1

0 comments on commit b900743

Please sign in to comment.