Skip to content

Commit c042f71

Browse files
chore(main): release open-feature-ofrep 0.0.3 (#63)
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 1ace945 commit c042f71

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"crates/env-var": "0.1.0",
33
"crates/flagd": "0.0.8",
44
"crates/flipt": "0.1.0",
5-
"crates/ofrep": "0.0.2"
5+
"crates/ofrep": "0.0.3"
66
}

crates/ofrep/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.3](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-ofrep-v0.0.2...open-feature-ofrep-v0.0.3) (2025-07-28)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* OFREP fix cargo publish, use cargo readme to align with cargodoc ([#62](https://github.com/open-feature/rust-sdk-contrib/issues/62)) ([1ace945](https://github.com/open-feature/rust-sdk-contrib/commit/1ace945139712c81c745410e1f7ee47caa2a6eda))
9+
310
## [0.0.2](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-ofrep-v0.0.1...open-feature-ofrep-v0.0.2) (2025-07-24)
411

512

crates/ofrep/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentation = "https://docs.rs/open-feature-ofrep"
55
homepage = "https://openfeature.dev/"
66
license = "Apache-2.0"
77
repository = "https://github.com/open-feature/rust-sdk-contrib"
8-
version = "0.0.2"
8+
version = "0.0.3"
99
edition = "2024"
1010

1111
[dev-dependencies]

0 commit comments

Comments
 (0)