diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e437cc4..3ff480a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "crates/env-var": "0.1.1", - "crates/flagd": "0.0.8", + "crates/flagd": "0.1.0", "crates/flipt": "0.1.0", "crates/ofrep": "0.0.4" } diff --git a/crates/flagd/CHANGELOG.md b/crates/flagd/CHANGELOG.md index 047d090..61b8c8e 100644 --- a/crates/flagd/CHANGELOG.md +++ b/crates/flagd/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.1.0](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagd-v0.0.8...open-feature-flagd-v0.1.0) (2025-11-01) + + +### โš  BREAKING CHANGES + +* Update dependencies and fix flaky retry mechanism tests ([#74](https://github.com/open-feature/rust-sdk-contrib/issues/74)) + +### ๐Ÿ› Bug Fixes + +* extend flagd ci to ofrep, add msrv ([#65](https://github.com/open-feature/rust-sdk-contrib/issues/65)) ([692c588](https://github.com/open-feature/rust-sdk-contrib/commit/692c588bc411ef4f1b8ef1baaca89db9b9df02eb)) + + +### ๐Ÿงน Chore + +* Update dependencies and fix flaky retry mechanism tests ([#74](https://github.com/open-feature/rust-sdk-contrib/issues/74)) ([9b78024](https://github.com/open-feature/rust-sdk-contrib/commit/9b780249584eb1ddfe7ad7f1049c415ff8658234)) + ## [0.0.8](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagd-v0.0.7...open-feature-flagd-v0.0.8) (2025-07-11) diff --git a/crates/flagd/Cargo.toml b/crates/flagd/Cargo.toml index 70a8496..00c22bc 100644 --- a/crates/flagd/Cargo.toml +++ b/crates/flagd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open-feature-flagd" -version = "0.0.8" +version = "0.1.0" edition = "2024" rust-version = "1.88" # MSRV description = "The official flagd provider for OpenFeature."