Skip to content

Commit 4e1464e

Browse files
chore(main): release open-feature 0.2.5 (#92)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2fd80ae commit 4e1464e

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.4"}
1+
{".":"0.2.5"}

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [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+
5+
6+
### ✨ New Features
7+
8+
* Add hooks implementation ([#95](https://github.com/open-feature/rust-sdk/issues/95)) ([2fd80ae](https://github.com/open-feature/rust-sdk/commit/2fd80ae4ab0adebc0de40550192e9793f577c72d))
9+
10+
11+
### 🧹 Chore
12+
13+
* Add configs for centrally managed spec compliance checking. ([#73](https://github.com/open-feature/rust-sdk/issues/73)) ([40431aa](https://github.com/open-feature/rust-sdk/commit/40431aa3cc6284357d2ed845ee9725ae5da80896))
14+
* fix MSRV build ([#91](https://github.com/open-feature/rust-sdk/issues/91)) ([d82a3ec](https://github.com/open-feature/rust-sdk/commit/d82a3ec8453d639cc1f596490e19a1255590d1c1))
15+
16+
17+
### 📚 Documentation
18+
19+
* add CONTRIBUTING.md to guide contributors ([#88](https://github.com/open-feature/rust-sdk/issues/88)) ([81d01b6](https://github.com/open-feature/rust-sdk/commit/81d01b678c14cf8043f83fa25167c06d0626e3a7))
20+
321
## [0.2.4](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.3...open-feature-v0.2.4) (2024-08-12)
422

523

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "open-feature"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2021"
55
rust-version = "1.71.1" # MSRV
66
description = "The official OpenFeature Rust SDK."

README.md

+3-3
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.4">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.4&color=blue&style=for-the-badge" />
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" />
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.4"
58+
open-feature = "0.2.5"
5959
```
6060
<!-- x-release-please-end -->
6161
### Usage

0 commit comments

Comments
 (0)