Skip to content

Commit 907567c

Browse files
chore(main): release 0.2.0 (#41)
1 parent 003bbb6 commit 907567c

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.0"}
1+
{".":"0.2.0"}

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/open-feature/swift-sdk/compare/0.1.0...0.2.0) (2024-07-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Add support for Flag Metadata ([#43](https://github.com/open-feature/swift-sdk/issues/43))
9+
10+
### 🐛 Bug Fixes
11+
12+
* Make HookContext properties public ([#45](https://github.com/open-feature/swift-sdk/issues/45)) ([003bbb6](https://github.com/open-feature/swift-sdk/commit/003bbb66ec493664f5810334f32411014a2195a8))
13+
14+
15+
### ✨ New Features
16+
17+
* 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))
18+
* 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))
19+
20+
21+
### 🧹 Chore
22+
23+
* **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))
24+
325
## [0.1.0](https://github.com/open-feature/swift-sdk/compare/0.0.2...0.1.0) (2024-02-02)
426

527

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.1.0">
23-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.0&color=blue&style=for-the-badge" />
22+
<a href="https://github.com/open-feature/swift-sdk/releases/tag/0.2.0">
23+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.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.1.0")
65+
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.2.0")
6666
```
6767
<!---x-release-please-end-->
6868

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

0 commit comments

Comments
 (0)