File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 0.2.5 " }
1
+ {"." :" 0.2.6 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.6] ( https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.5...open-feature-v0.2.6 ) (2025-06-19)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update rust crate typed-builder to 0.21.0 ([ #98 ] ( https://github.com/open-feature/rust-sdk/issues/98 ) ) ([ c9699e9] ( https://github.com/open-feature/rust-sdk/commit/c9699e9b64ceb165e7914ba7c2bf27b5a3ae0dee ) )
9
+
10
+
11
+ ### 📚 Documentation
12
+
13
+ * fix typo on the readme ([ 97edee6] ( https://github.com/open-feature/rust-sdk/commit/97edee669a79388fa67807d1e362e0a382e3c1a9 ) )
14
+
3
15
## [ 0.2.5] ( https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.4...open-feature-v0.2.5 ) (2025-01-13)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " open-feature"
3
- version = " 0.2.5 "
3
+ version = " 0.2.6 "
4
4
edition = " 2021"
5
5
rust-version = " 1.71.1" # MSRV
6
6
description = " The official OpenFeature Rust SDK."
Original file line number Diff line number Diff line change 16
16
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.5.2&color=yellow&style=for-the-badge" />
17
17
</a >
18
18
<!-- x-release-please-start-version -->
19
- <a href =" https://github.com/open-feature/rust-sdk/releases/tag/v0.2.5 " >
20
- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.5 &color=blue&style=for-the-badge" />
19
+ <a href =" https://github.com/open-feature/rust-sdk/releases/tag/v0.2.6 " >
20
+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.6 &color=blue&style=for-the-badge" />
21
21
</a >
22
22
<!-- x-release-please-end -->
23
23
@@ -55,7 +55,7 @@ Add the following content to the `Cargo.toml` file:
55
55
56
56
<!-- x-release-please-start-version -->
57
57
``` toml
58
- open-feature = " 0.2.5 "
58
+ open-feature = " 0.2.6 "
59
59
```
60
60
<!-- x-release-please-end -->
61
61
### Usage
You can’t perform that action at this time.
0 commit comments