Skip to content

Commit f06f7ea

Browse files
chore(main): release open-feature-ofrep 0.0.2 (#59)
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent f883a63 commit f06f7ea

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.1"
5+
"crates/ofrep": "0.0.2"
66
}

crates/ofrep/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [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)
4+
5+
6+
### ✨ New Features
7+
8+
* ofrep provider ([#53](https://github.com/open-feature/rust-sdk-contrib/issues/53)) ([d0b9d76](https://github.com/open-feature/rust-sdk-contrib/commit/d0b9d76531698311cc9c4f058de909b5a88628d4))

crates/ofrep/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "open-feature-ofrep"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2024"
55

66
[dev-dependencies]

0 commit comments

Comments
 (0)