Skip to content

Commit 1b03355

Browse files
chore(main): release open-feature-flagd 0.0.5
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 8a5cf2e commit 1b03355

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
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.4",
3+
"crates/flagd": "0.0.5",
44
"crates/flipt": "0.1.0"
55
}

crates/flagd/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.5](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagd-v0.0.4...open-feature-flagd-v0.0.5) (2025-02-24)
4+
5+
6+
### 📚 Documentation
7+
8+
* flagd update lib.rs and README to have version agnostic instructions ([#29](https://github.com/open-feature/rust-sdk-contrib/issues/29)) ([af1bd6e](https://github.com/open-feature/rust-sdk-contrib/commit/af1bd6eda1a0b70d85dcf64ba9d29003d4169235))
9+
310
## [0.0.4](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagd-v0.0.3...open-feature-flagd-v0.0.4) (2025-02-20)
411

512

crates/flagd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "open-feature-flagd"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition = "2021"
55
rust-version = "1.80.1" # MSRV
66
description = "The official flagd provider for OpenFeature."

0 commit comments

Comments
 (0)