Skip to content

Commit ef30103

Browse files
chore(main): release open-feature-flagd 0.0.4 (#28)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 4217f8d commit ef30103

File tree

4 files changed

+10
-3
lines changed

4 files changed

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

crates/flagd/CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* increase MSRV to correct version, delete unnecessary include ([#27](https://github.com/open-feature/rust-sdk-contrib/issues/27)) ([4217f8d](https://github.com/open-feature/rust-sdk-contrib/commit/4217f8d88a3208edc08cf04929fc362f627a97fe))
9+
310
## [0.0.3](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagd-v0.0.2...open-feature-flagd-v0.0.3) (2025-02-20)
411

512

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

crates/flagd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ and connection management. It is designed to work seamlessly with the OpenFeatur
3232
Add the dependency in your `Cargo.toml`:
3333
```toml
3434
[dependencies]
35-
open-feature-flagd = "0.0.1"
35+
open-feature-flagd = "0.0.4"
3636
open-feature = "0.2"
3737
```
3838
Then integrate it into your application:

0 commit comments

Comments
 (0)