Skip to content

Commit 3086cb7

Browse files
chore(main): release open-feature 0.3.0 (#116)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d9182a commit 3086cb7

4 files changed

Lines changed: 35 additions & 5 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.7...open-feature-v0.3.0) (2026-02-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* replace lazy_static with std::sync::OnceLock ([#127](https://github.com/open-feature/rust-sdk/issues/127))
9+
10+
### 🐛 Bug Fixes
11+
12+
* **deps:** update rust crate darling to 0.23.0 ([#119](https://github.com/open-feature/rust-sdk/issues/119)) ([596daa8](https://github.com/open-feature/rust-sdk/commit/596daa8c7c766d0634031800034a6d17b01c8ebc))
13+
* **deps:** update rust crate mockall to 0.14.0 ([#118](https://github.com/open-feature/rust-sdk/issues/118)) ([aa3a6fb](https://github.com/open-feature/rust-sdk/commit/aa3a6fbae6d28718bf79de36f8650006d0024ca8))
14+
15+
16+
### 🧹 Chore
17+
18+
* Bump min rust version ([#125](https://github.com/open-feature/rust-sdk/issues/125)) ([7f74461](https://github.com/open-feature/rust-sdk/commit/7f7446137509f499a29c87c3ba228e1c4430d7c8))
19+
* **deps:** replace google-github-actions/release-please-action action with googleapis/release-please-action v4 ([#112](https://github.com/open-feature/rust-sdk/issues/112)) ([44d20fb](https://github.com/open-feature/rust-sdk/commit/44d20fb6de6c95f202ce541126482c450ecb6404))
20+
* **deps:** update actions/checkout action to v6 ([#117](https://github.com/open-feature/rust-sdk/issues/117)) ([58461b8](https://github.com/open-feature/rust-sdk/commit/58461b835f51a0df25cb00177ed2c54d4cfbf29b))
21+
* update license copyright and add .cursor to gitignore ([#115](https://github.com/open-feature/rust-sdk/issues/115)) ([7b975f1](https://github.com/open-feature/rust-sdk/commit/7b975f13c21c7d2787f0342bd21d8ce02e64121d))
22+
23+
24+
### 📚 Documentation
25+
26+
* update rust sdk release link in README ([#121](https://github.com/open-feature/rust-sdk/issues/121)) ([4efe245](https://github.com/open-feature/rust-sdk/commit/4efe245f4cd687feca40c2632fa7cd2ff566465c))
27+
28+
29+
### 🔄 Refactoring
30+
31+
* replace lazy_static with std::sync::OnceLock ([#127](https://github.com/open-feature/rust-sdk/issues/127)) ([8d9182a](https://github.com/open-feature/rust-sdk/commit/8d9182af10b37ecfebe0e2e80248cddad1159798))
32+
333
## [0.2.7](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.6...open-feature-v0.2.7) (2025-09-28)
434

535

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.7"
3+
version = "0.3.0"
44
edition = "2021"
55
rust-version = "1.80.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/open-feature-v0.2.7">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.7&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/rust-sdk/releases/tag/open-feature-v0.3.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.3.0&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.7"
58+
open-feature = "0.3.0"
5959
```
6060
<!-- x-release-please-end -->
6161
### Usage

0 commit comments

Comments
 (0)