Skip to content

Commit 2a7cf8a

Browse files
chore(main): release 0.3.1 (#63)
🤖 I have created a release *beep* *boop* --- ## [0.3.1](0.3.0...0.3.1) (2025-07-04) ### ✨ New Features * Adding Cocoapods support ([#61](#61)) ([f481a51](f481a51)) * Adds watchOS / tvOS support ([#67](#67)) ([3a5af18](3a5af18)) * Improves EvaluationContext thread safety ([#69](#69)) ([65cb295](65cb295)) ### 🧹 Chore * remove podspec update script and adjust release configuration ([#65](#65)) ([2903008](2903008)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 65cb295 commit 2a7cf8a

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.3.0"}
1+
{".":"0.3.1"}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/open-feature/swift-sdk/compare/0.3.0...0.3.1) (2025-07-04)
4+
5+
6+
### ✨ New Features
7+
8+
* Adding Cocoapods support ([#61](https://github.com/open-feature/swift-sdk/issues/61)) ([f481a51](https://github.com/open-feature/swift-sdk/commit/f481a51bd47a50025d9ba32a124f110eb0c8f0fc))
9+
* Adds watchOS / tvOS support ([#67](https://github.com/open-feature/swift-sdk/issues/67)) ([3a5af18](https://github.com/open-feature/swift-sdk/commit/3a5af18e7615e5c5a67690c2d626789bcee1e8a6))
10+
* Improves EvaluationContext thread safety ([#69](https://github.com/open-feature/swift-sdk/issues/69)) ([65cb295](https://github.com/open-feature/swift-sdk/commit/65cb2951297f0ca105ffb44af7ca249ee278109b))
11+
12+
13+
### 🧹 Chore
14+
15+
* 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))
16+
317
## [0.3.0](https://github.com/open-feature/swift-sdk/compare/0.2.1...0.3.0) (2025-01-31)
418

519

OpenFeature.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'OpenFeature'
3-
s.version = '0.3.0' # x-release-please-version
3+
s.version = '0.3.1' # x-release-please-version
44
s.summary = 'OpenFeature iOS SDK'
55
s.description = <<-DESC
66
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.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</a>
2020
<!-- x-release-please-start-version -->
2121

22-
<a href="https://github.com/open-feature/swift-sdk/releases/tag/0.3.0">
23-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.3.0&color=blue&style=for-the-badge" />
22+
<a href="https://github.com/open-feature/swift-sdk/releases/tag/0.3.1">
23+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.3.1&color=blue&style=for-the-badge" />
2424
</a>
2525

2626
<!-- x-release-please-end -->
@@ -66,7 +66,7 @@ If you manage dependencies through SPM, in the dependencies section of Package.s
6666

6767
<!---x-release-please-start-version-->
6868
```swift
69-
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.3.0")
69+
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.3.1")
7070
```
7171
<!---x-release-please-end-->
7272

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.3.1

0 commit comments

Comments
 (0)