diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e437cc4..7621c18 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,5 +2,5 @@ "crates/env-var": "0.1.1", "crates/flagd": "0.0.8", "crates/flipt": "0.1.0", - "crates/ofrep": "0.0.4" + "crates/ofrep": "0.1.0" } diff --git a/crates/ofrep/CHANGELOG.md b/crates/ofrep/CHANGELOG.md index c59d1df..c9ce51d 100644 --- a/crates/ofrep/CHANGELOG.md +++ b/crates/ofrep/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.0](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-ofrep-v0.0.4...open-feature-ofrep-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)) + +### 🧹 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.4](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-ofrep-v0.0.3...open-feature-ofrep-v0.0.4) (2025-08-11) diff --git a/crates/ofrep/Cargo.toml b/crates/ofrep/Cargo.toml index c2f3957..8f2c594 100644 --- a/crates/ofrep/Cargo.toml +++ b/crates/ofrep/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://docs.rs/open-feature-ofrep" homepage = "https://openfeature.dev/" license = "Apache-2.0" repository = "https://github.com/open-feature/rust-sdk-contrib" -version = "0.0.4" +version = "0.1.0" edition = "2024" rust-version = "1.85.1"