Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.7"}
{".":"0.2.8"}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.8](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.7...open-feature-v0.2.8) (2025-11-25)


### 🧹 Chore

* **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))
* **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))
* 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))

## [0.2.7](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.6...open-feature-v0.2.7) (2025-09-28)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "open-feature"
version = "0.2.7"
version = "0.2.8"
edition = "2021"
rust-version = "1.71.1" # MSRV
description = "The official OpenFeature Rust SDK."
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.5.2&color=yellow&style=for-the-badge" />
</a>
<!-- x-release-please-start-version -->
<a href="https://github.com/open-feature/rust-sdk/releases/tag/v0.2.7">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.7&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/rust-sdk/releases/tag/v0.2.8">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.8&color=blue&style=for-the-badge" />
</a>
<!-- x-release-please-end -->

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

<!-- x-release-please-start-version -->
```toml
open-feature = "0.2.7"
open-feature = "0.2.8"
```
<!-- x-release-please-end -->
### Usage
Expand Down