File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"crates/env-var" : " 0.1.0" ,
3
- "crates/flagd" : " 0.0.1 " ,
3
+ "crates/flagd" : " 0.0.2 " ,
4
4
"crates/flipt" : " 0.1.0"
5
5
}
Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " open-feature-flagd"
3
- version = " 0.0.1 "
3
+ version = " 0.0.2 "
4
4
edition = " 2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
You can’t perform that action at this time.
0 commit comments