From 4e1464e6f79f68955ad094f93a5a8ab666459171 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 13 Jan 2025 09:30:58 -0500
Subject: [PATCH] chore(main): release open-feature 0.2.5 (#92)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 18 ++++++++++++++++++
Cargo.toml | 2 +-
README.md | 6 +++---
4 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 55e469b..888a26f 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"0.2.4"}
+{".":"0.2.5"}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b0d99d..0faf20e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
diff --git a/Cargo.toml b/Cargo.toml
index d07a4ba..753234c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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."
diff --git a/README.md b/README.md
index bd3ab9c..1e3953b 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@
-
-
+
+
@@ -55,7 +55,7 @@ Add the following content to the `Cargo.toml` file:
```toml
-open-feature = "0.2.4"
+open-feature = "0.2.5"
```
### Usage