Skip to content

Commit 92bc27c

Browse files
chore(main): release open-feature-flipt 0.2.0
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent c54bc6d commit 92bc27c

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"crates/env-var": "0.1.1",
33
"crates/flagd": "0.1.0",
4-
"crates/flipt": "0.1.0",
4+
"crates/flipt": "0.2.0",
55
"crates/ofrep": "0.0.4",
66
"crates/flagd-evaluation-engine": "0.0.1"
77
}

crates/flipt/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flipt-v0.1.0...open-feature-flipt-v0.2.0) (2026-04-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update dependencies and fix flaky retry mechanism tests ([#74](https://github.com/open-feature/rust-sdk-contrib/issues/74))
9+
10+
### ✨ New Features
11+
12+
* **flagd:** Cargo features for evaluation modes ([#88](https://github.com/open-feature/rust-sdk-contrib/issues/88)) ([6ba9d48](https://github.com/open-feature/rust-sdk-contrib/commit/6ba9d48422313cba941fd77b99d2dfae06e95324))
13+
14+
15+
### 🧹 Chore
16+
17+
* 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))

crates/flipt/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-flipt"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)