Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 12, 2024
1 parent 2c4ee11 commit 29a954e
Show file tree
Hide file tree
Showing 5 changed files with 30 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.2.4"}
{".":"0.3.0"}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* getEvaluation doesnt throw ([#158](https://github.com/spotify/confidence-sdk-swift/issues/158))
* decrease API surface ([#156](https://github.com/spotify/confidence-sdk-swift/issues/156))

### 🐛 Bug Fixes

* handle Int32 and Int64 in defaultValue evaluations ([#162](https://github.com/spotify/confidence-sdk-swift/issues/162)) ([6bb03d5](https://github.com/spotify/confidence-sdk-swift/commit/6bb03d5e06fa4a57ee5d5356d1b925ca207ef993))


### 📚 Documentation

* Add docs to public APIs ([#163](https://github.com/spotify/confidence-sdk-swift/issues/163)) ([2c4ee11](https://github.com/spotify/confidence-sdk-swift/commit/2c4ee11809e88b25713a178910232bc15a03b74c))
* fix typo ([#161](https://github.com/spotify/confidence-sdk-swift/issues/161)) ([297658b](https://github.com/spotify/confidence-sdk-swift/commit/297658ba4d0175693d637e69643dd0f992f981a7))
* update readme ([#153](https://github.com/spotify/confidence-sdk-swift/issues/153)) ([9e49bb0](https://github.com/spotify/confidence-sdk-swift/commit/9e49bb01c112a887c6892101c379a3764d48799e))


### 🔄 Refactoring

* decrease API surface ([917743b](https://github.com/spotify/confidence-sdk-swift/commit/917743b98df4b1bbae7caa7941540cf07e7b9316))
* decrease API surface ([#156](https://github.com/spotify/confidence-sdk-swift/issues/156)) ([917743b](https://github.com/spotify/confidence-sdk-swift/commit/917743b98df4b1bbae7caa7941540cf07e7b9316))
* getEvaluation doesnt throw ([#158](https://github.com/spotify/confidence-sdk-swift/issues/158)) ([09f6b73](https://github.com/spotify/confidence-sdk-swift/commit/09f6b735a0c54c5b43bb7415b5fff87d48ba379e))

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


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If your app is using some of the features of Swift 6, we recommend setting the *
<!---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.2.4")
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "0.3.0")
```
<!---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 @@ -371,7 +371,7 @@ extension Confidence {
region: region)
let metadata = ConfidenceMetadata(
name: sdkId,
version: "0.2.4") // x-release-please-version
version: "0.3.0") // 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.2.4")
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "0.3.0")
```
<!---x-release-please-end-->

Expand Down

0 comments on commit 29a954e

Please sign in to comment.