Skip to content

Commit e9502b7

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

File tree

3 files changed

+20
-2
lines changed

3 files changed

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

crates/flagd/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [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)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update rust crate open-feature to 0.2 ([#10](https://github.com/open-feature/rust-sdk-contrib/issues/10)) ([a1c59e1](https://github.com/open-feature/rust-sdk-contrib/commit/a1c59e1de6c4d25b1f13b891acde9569c045b20d))
9+
10+
11+
### ✨ New Features
12+
13+
* add flagd Provider ([#19](https://github.com/open-feature/rust-sdk-contrib/issues/19)) ([a1a8573](https://github.com/open-feature/rust-sdk-contrib/commit/a1a857302e3af47d508866b92976c12d6641ab8f))
14+
15+
16+
### 🧹 Chore
17+
18+
* initialize project skeleton ([#7](https://github.com/open-feature/rust-sdk-contrib/issues/7)) ([6928d06](https://github.com/open-feature/rust-sdk-contrib/commit/6928d062c2b7c2c1f15d9de2fe0ff94e9bab83ec))

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.1"
3+
version = "0.0.2"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)