Skip to content

Commit cfa77b0

Browse files
chore(main): release open-feature-flagd 0.0.8
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 02722c0 commit cfa77b0

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
@@ -1,5 +1,5 @@
11
{
22
"crates/env-var": "0.1.0",
3-
"crates/flagd": "0.0.7",
3+
"crates/flagd": "0.0.8",
44
"crates/flipt": "0.1.0"
55
}

crates/flagd/CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update rust crate lru to 0.16 ([#56](https://github.com/open-feature/rust-sdk-contrib/issues/56)) ([a57f8f9](https://github.com/open-feature/rust-sdk-contrib/commit/a57f8f908a6102a09a2dcb5f56c799c9744c6696))
9+
* response code to open feature error mapping ([#55](https://github.com/open-feature/rust-sdk-contrib/issues/55)) ([02722c0](https://github.com/open-feature/rust-sdk-contrib/commit/02722c064dd90442bcf43308ccc4b4ccc8ce43a1))
10+
311
## [0.0.7](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagd-v0.0.6...open-feature-flagd-v0.0.7) (2025-06-01)
412

513

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

0 commit comments

Comments
 (0)