From b9007433bcc59a8c787e958f2aaf41bffef3bc31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:06:58 +0100 Subject: [PATCH] chore(main): release 0.2.1 (#49) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- version.txt | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 305c150..57e0617 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.0"} +{".":"0.2.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6491c93..a1e8bd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index c2bdac0..d315299 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ - - Release + + Release @@ -62,7 +62,7 @@ If you manage dependencies through SPM, in the dependencies section of Package.s ```swift -.package(url: "git@github.com:open-feature/swift-sdk.git", from: "0.2.0") +.package(url: "git@github.com:open-feature/swift-sdk.git", from: "0.2.1") ``` diff --git a/version.txt b/version.txt index 0ea3a94..0c62199 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.0 +0.2.1