Skip to content

Commit 8455efe

Browse files
chore(main): release 0.4.0 (#71)
🤖 I have created a release *beep* *boop* --- ## [0.4.0](0.3.1...0.4.0) (2025-08-06) ### ⚠ BREAKING CHANGES * Add ImmutableContext implementation ([#70](#70)) ### ✨ New Features * Add ImmutableContext implementation ([#70](#70)) ([e8690d1](e8690d1)) --- 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 e8690d1 commit 8455efe

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-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.1"}
1+
{".":"0.4.0"}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/open-feature/swift-sdk/compare/0.3.1...0.4.0) (2025-08-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Add ImmutableContext implementation ([#70](https://github.com/open-feature/swift-sdk/issues/70))
9+
10+
### ✨ New Features
11+
12+
* Add ImmutableContext implementation ([#70](https://github.com/open-feature/swift-sdk/issues/70)) ([e8690d1](https://github.com/open-feature/swift-sdk/commit/e8690d15bcd331d8455970bc5d38ed6057c64db7))
13+
314
## [0.3.1](https://github.com/open-feature/swift-sdk/compare/0.3.0...0.3.1) (2025-07-04)
415

516

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.1' # x-release-please-version
3+
s.version = '0.4.0' # 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.1">
23-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.3.1&color=blue&style=for-the-badge" />
22+
<a href="https://github.com/open-feature/swift-sdk/releases/tag/0.4.0">
23+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.0&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.1")
69+
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.4.0")
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.1
1+
0.4.0

0 commit comments

Comments
 (0)