Skip to content
Merged
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"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.3.1](https://github.com/open-feature/swift-sdk/compare/0.3.0...0.3.1) (2025-07-04)


### ✨ New Features

* Adding Cocoapods support ([#61](https://github.com/open-feature/swift-sdk/issues/61)) ([f481a51](https://github.com/open-feature/swift-sdk/commit/f481a51bd47a50025d9ba32a124f110eb0c8f0fc))
* Adds watchOS / tvOS support ([#67](https://github.com/open-feature/swift-sdk/issues/67)) ([3a5af18](https://github.com/open-feature/swift-sdk/commit/3a5af18e7615e5c5a67690c2d626789bcee1e8a6))
* Improves EvaluationContext thread safety ([#69](https://github.com/open-feature/swift-sdk/issues/69)) ([65cb295](https://github.com/open-feature/swift-sdk/commit/65cb2951297f0ca105ffb44af7ca249ee278109b))


### 🧹 Chore

* remove podspec update script and adjust release configuration ([#65](https://github.com/open-feature/swift-sdk/issues/65)) ([2903008](https://github.com/open-feature/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. This Swift SDK supports iOS, macOS, watchOS, and tvOS.
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 @@ -66,7 +66,7 @@ If you manage dependencies through SPM, in the dependencies section of Package.s

<!---x-release-please-start-version-->
```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")
```
<!---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