-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
db74dd5
commit 2c19f40
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ ".": "0.1.0" } | ||
{".":"0.1.1"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
|
||
## [0.1.1](https://github.com/spotify/confidence-openfeature-provider-swift/compare/v0.1.0...0.1.1) (2023-11-15) | ||
|
||
|
||
### ✨ New Features | ||
|
||
* Initialization strategy ([#55](https://github.com/spotify/confidence-openfeature-provider-swift/issues/55)) ([2c8c7f1](https://github.com/spotify/confidence-openfeature-provider-swift/commit/2c8c7f147d90e71cf9a547df2d729c680e58114c)) | ||
* Storage check ([#61](https://github.com/spotify/confidence-openfeature-provider-swift/issues/61)) ([db74dd5](https://github.com/spotify/confidence-openfeature-provider-swift/commit/db74dd56a0946fd8439e3146ee953f7e6a0b2359)) | ||
|
||
|
||
### 🧹 Chore | ||
|
||
* Update CODEOWNERS ([#56](https://github.com/spotify/confidence-openfeature-provider-swift/issues/56)) ([1a7b379](https://github.com/spotify/confidence-openfeature-provider-swift/commit/1a7b379fa54a04111786c71dcc1bc5a537bd9958)) | ||
* update to use sdk from openfeature repo ([#50](https://github.com/spotify/confidence-openfeature-provider-swift/issues/50)) ([e618e31](https://github.com/spotify/confidence-openfeature-provider-swift/commit/e618e318837fec55d28137b8f99ceff1087e4c40)) | ||
|
||
|
||
### 📚 Documentation | ||
|
||
* add release-please markers in readme.md ([#58](https://github.com/spotify/confidence-openfeature-provider-swift/issues/58)) ([21973d5](https://github.com/spotify/confidence-openfeature-provider-swift/commit/21973d51a51e8d6dc2796432047f82fdc51ee316)) | ||
|
||
|
||
### 🔄 Refactoring | ||
|
||
* Fix swift lint warnings ([#60](https://github.com/spotify/confidence-openfeature-provider-swift/issues/60)) ([125ed50](https://github.com/spotify/confidence-openfeature-provider-swift/commit/125ed50d00a48604083ffb586d81c8663a1d5275)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ the relevant OpenFeature SDK dependency manually. | |
<!---x-release-please-start-version--> | ||
In the dependencies section of Package.swift add: | ||
```swift | ||
.package(url: "[email protected]:spotify/confidence-openfeature-provider-swift.git", from: "0.1.0") | ||
.package(url: "[email protected]:spotify/confidence-openfeature-provider-swift.git", from: "0.1.1") | ||
``` | ||
<!---x-release-please-end--> | ||
|
||
|