From 687e4fed2b904e95519d71f98344598a87e75706 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 19:47:33 +0000 Subject: [PATCH] chore(main): release 0.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ OpenFeature.podspec | 2 +- README.md | 6 +++--- version.txt | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6bbfeb6..1bae8f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.5.0"} +{".":"0.5.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 00ce214..cb775a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.1](https://github.com/open-feature/swift-sdk/compare/0.5.0...0.5.1) (2025-11-17) + + +### 🧹 Chore + +* **deps:** update amannn/action-semantic-pull-request action to v6 ([#75](https://github.com/open-feature/swift-sdk/issues/75)) ([33a25a9](https://github.com/open-feature/swift-sdk/commit/33a25a90d8d02f319919ad6c1cf1bf7b19245c73)) +* update copyright and gitignore ([#88](https://github.com/open-feature/swift-sdk/issues/88)) ([0fc85bd](https://github.com/open-feature/swift-sdk/commit/0fc85bd855eecbbcb67e3a0be67601eb6d0b2945)) + ## [0.5.0](https://github.com/open-feature/swift-sdk/compare/0.4.0...0.5.0) (2025-11-12) diff --git a/OpenFeature.podspec b/OpenFeature.podspec index 928f8bd..921013c 100644 --- a/OpenFeature.podspec +++ b/OpenFeature.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OpenFeature' - s.version = '0.5.0' # x-release-please-version + s.version = '0.5.1' # x-release-please-version s.summary = 'OpenFeature iOS SDK' s.description = <<-DESC OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool or in-house solution. This Swift SDK supports iOS, macOS, watchOS, and tvOS. diff --git a/README.md b/README.md index d3f14cc..91b5bec 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ - - Release + + Release @@ -66,7 +66,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.5.0") +.package(url: "git@github.com:open-feature/swift-sdk.git", from: "0.5.1") ``` diff --git a/version.txt b/version.txt index 8f0916f..4b9fcbe 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.5.0 +0.5.1