Skip to content

Commit

Permalink
chore(main): release open-feature-flagd 0.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: OpenFeature Bot <[email protected]>
  • Loading branch information
openfeaturebot committed Feb 21, 2025
1 parent af1bd6e commit 89459b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"crates/env-var": "0.1.0",
"crates/flagd": "0.0.4",
"crates/flagd": "0.0.5",
"crates/flipt": "0.1.0"
}
7 changes: 7 additions & 0 deletions crates/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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-21)


### 📚 Documentation

* 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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion crates/flagd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "open-feature-flagd"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
rust-version = "1.80.1" # MSRV
description = "The official flagd provider for OpenFeature."
Expand Down

0 comments on commit 89459b7

Please sign in to comment.