Skip to content

Commit ec5dc8b

Browse files
chore(main): release open-feature-flagd 0.1.0
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent b1265ee commit ec5dc8b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"crates/env-var": "0.1.1",
3-
"crates/flagd": "0.0.8",
3+
"crates/flagd": "0.1.0",
44
"crates/flipt": "0.1.0",
55
"crates/ofrep": "0.0.4"
66
}

crates/flagd/CHANGELOG.md

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

3+
## [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-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* flagd, behavioral tests conformance (evaluation and config) ([#76](https://github.com/open-feature/rust-sdk-contrib/issues/76))
9+
* Update dependencies and fix flaky retry mechanism tests ([#74](https://github.com/open-feature/rust-sdk-contrib/issues/74))
10+
11+
### 🐛 Bug Fixes
12+
13+
* 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))
14+
* flagd, behavioral tests conformance (evaluation and config) ([#76](https://github.com/open-feature/rust-sdk-contrib/issues/76)) ([d3c4ec4](https://github.com/open-feature/rust-sdk-contrib/commit/d3c4ec4aacfc375c96ca71eec34346d1a7e10eb9))
15+
16+
17+
### 🧹 Chore
18+
19+
* 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))
20+
321
## [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)
422

523

crates/flagd/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-flagd"
3-
version = "0.0.8"
3+
version = "0.1.0"
44
edition = "2024"
55
rust-version = "1.88" # MSRV
66
description = "The official flagd provider for OpenFeature."

0 commit comments

Comments
 (0)