Skip to content

Commit 9f83238

Browse files
chore(main): release 0.4.1
1 parent 28ccd3e commit 9f83238

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-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.4.0"}
1+
{".":"0.4.1"}

CHANGELOG.md

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

3+
## [0.4.1](https://github.com/open-feature/swift-sdk/compare/0.4.0...0.4.1) (2025-08-06)
4+
5+
6+
### 📚 Documentation
7+
8+
* Update docs with ImmutableContext ([#72](https://github.com/open-feature/swift-sdk/issues/72)) ([28ccd3e](https://github.com/open-feature/swift-sdk/commit/28ccd3e0f71c2a015d507b8fba1fb294770ab74e))
9+
310
## [0.4.0](https://github.com/open-feature/swift-sdk/compare/0.3.1...0.4.0) (2025-08-06)
411

512

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.4.0' # x-release-please-version
3+
s.version = '0.4.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.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" />
22+
<a href="https://github.com/open-feature/swift-sdk/releases/tag/0.4.1">
23+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.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: "git@github.com:open-feature/swift-sdk.git", from: "0.4.0")
69+
.package(url: "git@github.com:open-feature/swift-sdk.git", from: "0.4.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.4.0
1+
0.4.1

0 commit comments

Comments
 (0)