diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 632acbd..112bae5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "crates/env-var": "0.1.0", - "crates/flagd": "0.0.4", + "crates/flagd": "0.0.5", "crates/flipt": "0.1.0" } \ No newline at end of file diff --git a/crates/flagd/CHANGELOG.md b/crates/flagd/CHANGELOG.md index 8dba101..44ebecd 100644 --- a/crates/flagd/CHANGELOG.md +++ b/crates/flagd/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.5](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagd-v0.0.4...open-feature-flagd-v0.0.5) (2025-03-24) + + +### ๐Ÿงน Chore + +* update dependencies ([#33](https://github.com/open-feature/rust-sdk-contrib/issues/33)) ([32b154c](https://github.com/open-feature/rust-sdk-contrib/commit/32b154c5f6da711d850102baaac6686a18f623be)) + + +### ๐Ÿ“š Documentation + +* flagd update lib.rs and README to have version agnostic instructions ([#29](https://github.com/open-feature/rust-sdk-contrib/issues/29)) ([af1bd6e](https://github.com/open-feature/rust-sdk-contrib/commit/af1bd6eda1a0b70d85dcf64ba9d29003d4169235)) + ## [0.0.4](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagd-v0.0.3...open-feature-flagd-v0.0.4) (2025-02-20) diff --git a/crates/flagd/Cargo.toml b/crates/flagd/Cargo.toml index 0196934..b32b780 100644 --- a/crates/flagd/Cargo.toml +++ b/crates/flagd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open-feature-flagd" -version = "0.0.4" +version = "0.0.5" edition = "2021" rust-version = "1.81.0" # MSRV description = "The official flagd provider for OpenFeature."