Skip to content

Commit

Permalink
chore(main): release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 5, 2024
1 parent df2c37f commit 703da2a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
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"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.1](https://github.com/spotify/confidence-sdk-swift/compare/0.3.0...0.3.1) (2024-11-05)


### 🐛 Bug Fixes

* Fix warnings and prevent potential issues ([#165](https://github.com/spotify/confidence-sdk-swift/issues/165)) ([448fb93](https://github.com/spotify/confidence-sdk-swift/commit/448fb930e869d8282566f5c1abfa147a1a6611e9))
* Make Confidence.cache thread-safe ([#167](https://github.com/spotify/confidence-sdk-swift/issues/167)) ([df2c37f](https://github.com/spotify/confidence-sdk-swift/commit/df2c37f3c5cdac3ab1bdc9d2da54b0e1e8f8a30d))

## [0.3.0](https://github.com/spotify/confidence-sdk-swift/compare/0.2.4...0.3.0) (2024-07-16)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Functionalities:
<!---x-release-please-start-version-->
In the dependencies section of Package.swift add:
```swift
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "0.3.0")
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "0.3.1")
```
<!---x-release-please-end-->

Expand Down
2 changes: 1 addition & 1 deletion Sources/Confidence/Confidence.swift
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ extension Confidence {
timeoutIntervalForRequest: timeout)
let metadata = ConfidenceMetadata(
name: sdkId,
version: "0.3.0") // x-release-please-version
version: "0.3.1") // x-release-please-version
let uploader = RemoteConfidenceClient(
options: options,
metadata: metadata,
Expand Down
2 changes: 1 addition & 1 deletion Sources/ConfidenceProvider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you want to use OpenFeature, an OpenFeature Provider for the [OpenFeature SDK
<!---x-release-please-start-version-->
In the dependencies section of Package.swift add:
```swift
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "0.3.0")
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "0.3.1")
```
<!---x-release-please-end-->

Expand Down

0 comments on commit 703da2a

Please sign in to comment.