Skip to content

Commit

Permalink
chore(main): release open-feature 0.2.5 (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 13, 2025
1 parent 2fd80ae commit 4e1464e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.4"}
{".":"0.2.5"}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.5](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.4...open-feature-v0.2.5) (2025-01-13)


### ✨ New Features

* Add hooks implementation ([#95](https://github.com/open-feature/rust-sdk/issues/95)) ([2fd80ae](https://github.com/open-feature/rust-sdk/commit/2fd80ae4ab0adebc0de40550192e9793f577c72d))


### 🧹 Chore

* 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))
* fix MSRV build ([#91](https://github.com/open-feature/rust-sdk/issues/91)) ([d82a3ec](https://github.com/open-feature/rust-sdk/commit/d82a3ec8453d639cc1f596490e19a1255590d1c1))


### 📚 Documentation

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

## [0.2.4](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.3...open-feature-v0.2.4) (2024-08-12)


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.4"
version = "0.2.5"
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.4">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.4&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/rust-sdk/releases/tag/v0.2.5">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.5&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.4"
open-feature = "0.2.5"
```
<!-- x-release-please-end -->
### Usage
Expand Down

0 comments on commit 4e1464e

Please sign in to comment.