Skip to content

Commit 449193b

Browse files
chore(main): release open-feature 0.2.6
1 parent c9699e9 commit 449193b

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.5"}
1+
{".":"0.2.6"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## [0.2.5](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.4...open-feature-v0.2.5) (2025-01-13)
416

517

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"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
edition = "2021"
55
rust-version = "1.71.1" # MSRV
66
description = "The official OpenFeature Rust SDK."

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.5.2&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- 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" />
2121
</a>
2222
<!-- x-release-please-end -->
2323

@@ -55,7 +55,7 @@ Add the following content to the `Cargo.toml` file:
5555

5656
<!-- x-release-please-start-version -->
5757
```toml
58-
open-feature = "0.2.5"
58+
open-feature = "0.2.6"
5959
```
6060
<!-- x-release-please-end -->
6161
### Usage

0 commit comments

Comments
 (0)