Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 8, 2024
1 parent 003bbb6 commit 907567c
Show file tree
Hide file tree
Showing 4 changed files with 27 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.1.0"}
{".":"0.2.0"}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* Add support for Flag Metadata ([#43](https://github.com/open-feature/swift-sdk/issues/43))

### 🐛 Bug Fixes

* Make HookContext properties public ([#45](https://github.com/open-feature/swift-sdk/issues/45)) ([003bbb6](https://github.com/open-feature/swift-sdk/commit/003bbb66ec493664f5810334f32411014a2195a8))


### ✨ New Features

* Add support for Flag Metadata ([#43](https://github.com/open-feature/swift-sdk/issues/43)) ([7256a3c](https://github.com/open-feature/swift-sdk/commit/7256a3cf7fb62e1ab3c2671ca471d8e30f3c522f))
* add support for provider fatal error ([#44](https://github.com/open-feature/swift-sdk/issues/44)) ([09d2871](https://github.com/open-feature/swift-sdk/commit/09d28719037b00f8bc48885270c88c93f9342644))


### 🧹 Chore

* **deps:** update dependency apple/swift-format to v510 ([#37](https://github.com/open-feature/swift-sdk/issues/37)) ([84e6f11](https://github.com/open-feature/swift-sdk/commit/84e6f11fe766bc472a9c0a086bb9befb3a4dbec8))

## [0.1.0](https://github.com/open-feature/swift-sdk/compare/0.0.2...0.1.0) (2024-02-02)


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.1.0">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.0&color=blue&style=for-the-badge" />
<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>

<!-- 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.1.0")
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.2.0")
```
<!---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.1.0
0.2.0

0 comments on commit 907567c

Please sign in to comment.