Skip to content

Commit

Permalink
chore(main): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 15, 2023
1 parent db74dd5 commit 1b1c8e3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ ".": "0.1.0" }
{".":"0.1.1"}
25 changes: 25 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-->

Expand Down

0 comments on commit 1b1c8e3

Please sign in to comment.