Skip to content

Commit fcd9813

Browse files
chore(main): release open-feature-flagd 0.0.3 (#26)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent a0ec8b9 commit fcd9813

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.2",
3+
"crates/flagd": "0.0.3",
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.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)
4+
5+
6+
### 🧹 Chore
7+
8+
* add metadata to cargo ([#24](https://github.com/open-feature/rust-sdk-contrib/issues/24)) ([ec89ef8](https://github.com/open-feature/rust-sdk-contrib/commit/ec89ef8471482bb8164beb343d0e4297127b17b3))
9+
* cargo package include only source code ([#25](https://github.com/open-feature/rust-sdk-contrib/issues/25)) ([a0ec8b9](https://github.com/open-feature/rust-sdk-contrib/commit/a0ec8b93460d01a1a65acd452cb9518b261b3069))
10+
311
## [0.0.2](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagd-v0.0.1...open-feature-flagd-v0.0.2) (2025-02-20)
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.2"
3+
version = "0.0.3"
44
edition = "2021"
55
rust-version = "1.71.1" # MSRV
66
description = "The official flagd provider for OpenFeature."

0 commit comments

Comments
 (0)