From 6fe40f926f5bf3e3c6f33736b8b5ca4e52022b86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:05:15 +0800 Subject: [PATCH] chore(main): release open-feature 0.1.5 (#49) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- README.md | 6 +++--- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f148fd1..8dc5069 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.4"} +{".":"0.1.5"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c6150..6225b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.5](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.1.4...open-feature-v0.1.5) (2023-12-20) + + +### 🐛 Bug Fixes + +* **deps:** update rust crate time to 0.3.31 ([#47](https://github.com/open-feature/rust-sdk/issues/47)) ([cb734b0](https://github.com/open-feature/rust-sdk/commit/cb734b0979bab5d205b7d313c2aff913f696bc65)) +* **deps:** update rust crate tokio to 1.35.1 ([#48](https://github.com/open-feature/rust-sdk/issues/48)) ([8d5dd69](https://github.com/open-feature/rust-sdk/commit/8d5dd6915a6c36e5ff86e66cd33cefe7450f2d5a)) + + +### ✨ New Features + +* add conversion from &serde_json::Value ([#46](https://github.com/open-feature/rust-sdk/issues/46)) ([d450bad](https://github.com/open-feature/rust-sdk/commit/d450bad6993b9fc5e8365da38df64d2321a74281)) + ## [0.1.4](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.1.3...open-feature-v0.1.4) (2023-12-19) diff --git a/Cargo.toml b/Cargo.toml index ba9d4b1..2f496b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open-feature" -version = "0.1.4" +version = "0.1.5" edition = "2021" rust-version = "1.67.1" description = "The official OpenFeature Rust SDK." diff --git a/README.md b/README.md index 3969b7a..b2895d8 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.1.4" +open-feature = "0.1.5" ``` ### Usage