From e5fbfef357a992cc5c8c4c70d669e801bc5ae785 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:41:25 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ OpenFeature.podspec | 2 +- README.md | 6 +++--- version.txt | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1c861e1..bd427b6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.0"} +{".":"0.3.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a2f27..5a95fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.1](https://github.com/DevCycleHQ-Sandbox/openfeature-swift-sdk/compare/0.3.0...0.3.1) (2025-06-09) + + +### ✨ New Features + +* Adding Cocoapods support ([#61](https://github.com/DevCycleHQ-Sandbox/openfeature-swift-sdk/issues/61)) ([f481a51](https://github.com/DevCycleHQ-Sandbox/openfeature-swift-sdk/commit/f481a51bd47a50025d9ba32a124f110eb0c8f0fc)) + + +### 🧹 Chore + +* remove podspec update script and adjust release configuration ([#65](https://github.com/DevCycleHQ-Sandbox/openfeature-swift-sdk/issues/65)) ([2903008](https://github.com/DevCycleHQ-Sandbox/openfeature-swift-sdk/commit/290300835dfe8d123651ea15ab27af6f6de30da4)) + ## [0.3.0](https://github.com/open-feature/swift-sdk/compare/0.2.1...0.3.0) (2025-01-31) diff --git a/OpenFeature.podspec b/OpenFeature.podspec index 4013744..cde98dc 100644 --- a/OpenFeature.podspec +++ b/OpenFeature.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OpenFeature' - s.version = '0.3.0' # x-release-please-version + s.version = '0.3.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. diff --git a/README.md b/README.md index 8a5410f..43fd59b 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.3.0") +.package(url: "git@github.com:open-feature/swift-sdk.git", from: "0.3.1") ``` diff --git a/version.txt b/version.txt index 0d91a54..9e11b32 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.0 +0.3.1