diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 57e0617..96ab372 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.1"} +{".":"0.2.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e846741..ac796a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.2](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.1...open-feature-v0.2.2) (2024-03-01) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update rust crate darling to 0.20.6 ([#64](https://github.com/open-feature/rust-sdk/issues/64)) ([0397117](https://github.com/open-feature/rust-sdk/commit/039711764b8fc0c495208729117bac20fe9db69c)) +* **deps:** update rust crate darling to 0.20.8 ([#67](https://github.com/open-feature/rust-sdk/issues/67)) ([e1606c3](https://github.com/open-feature/rust-sdk/commit/e1606c3eb80cfe18843142139cdf9fd4505bc851)) +* **deps:** update rust crate serde_json to 1.0.114 ([#66](https://github.com/open-feature/rust-sdk/issues/66)) ([812efe3](https://github.com/open-feature/rust-sdk/commit/812efe3538948b7e9265f463a5ba8722b2e61789)) + + +### ๐Ÿงน Chore + +* change Cargo.toml file to reference minor version ([#68](https://github.com/open-feature/rust-sdk/issues/68)) ([24fff2e](https://github.com/open-feature/rust-sdk/commit/24fff2e7a75dd74192b469f1dede272fe59c3118)) + ## [0.2.1](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.0...open-feature-v0.2.1) (2024-02-13) diff --git a/Cargo.toml b/Cargo.toml index 7289fbc..24a0586 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open-feature" -version = "0.2.1" +version = "0.2.2" edition = "2021" rust-version = "1.67.1" description = "The official OpenFeature Rust SDK." diff --git a/README.md b/README.md index b3ffacd..e9e87e0 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Specification - - Release + + Release @@ -55,7 +55,7 @@ Add the following content to the `Cargo.toml` file: ```toml -open-feature = "0.2.1" +open-feature = "0.2.2" ``` ### Usage