Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.3.0"}
{".":"0.3.1"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion OpenFeature.podspec
Original file line number Diff line number Diff line change
@@ -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.
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.3.0">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.3.0&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/swift-sdk/releases/tag/0.3.1">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.3.1&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.3.0")
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.3.1")
```
<!---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.3.0
0.3.1