diff --git a/.release-please-manifest-independent-providers.json b/.release-please-manifest-independent-providers.json index c441683..4d3b08c 100644 --- a/.release-please-manifest-independent-providers.json +++ b/.release-please-manifest-independent-providers.json @@ -1,5 +1,5 @@ { "crates/env-var": "0.1.1", - "crates/flagsmith": "0.1.0", + "crates/flagsmith": "0.1.1", "crates/flipt": "0.1.0" } diff --git a/crates/flagsmith/CHANGELOG.md b/crates/flagsmith/CHANGELOG.md index 1ca3135..4aabd40 100644 --- a/crates/flagsmith/CHANGELOG.md +++ b/crates/flagsmith/CHANGELOG.md @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.1](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagsmith-v0.1.0...open-feature-flagsmith-v0.1.1) (2026-08-31) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update rust crate flagsmith-flag-engine to 0.6 ([#98](https://github.com/open-feature/rust-sdk-contrib/issues/98)) ([ac1d227](https://github.com/open-feature/rust-sdk-contrib/commit/ac1d227ea54c383841da1a34531c85c0a84d01e6)) +* **deps:** update rust crate reqwest to 0.12 ([#86](https://github.com/open-feature/rust-sdk-contrib/issues/86)) ([2cdb851](https://github.com/open-feature/rust-sdk-contrib/commit/2cdb85195232b1d7b04a4df3452aeef5c7ec3dfb)) + + +### โœจ New Features + +* add-flagsmith-provider-crate ([#82](https://github.com/open-feature/rust-sdk-contrib/issues/82)) ([25a3a3e](https://github.com/open-feature/rust-sdk-contrib/commit/25a3a3e5432a66f26d0c099d459634bf33b1beb3)) +* **flagd:** Cargo features for evaluation modes ([#88](https://github.com/open-feature/rust-sdk-contrib/issues/88)) ([6ba9d48](https://github.com/open-feature/rust-sdk-contrib/commit/6ba9d48422313cba941fd77b99d2dfae06e95324)) + + +### ๐Ÿงน Chore + +* **deps:** bump flagsmith sdk to 3.0 ([#157](https://github.com/open-feature/rust-sdk-contrib/issues/157)) ([568e0bc](https://github.com/open-feature/rust-sdk-contrib/commit/568e0bc0b88770170eb001ba1b493df432a89542)) + ## [0.1.0] - 2025-11-19 ### Added diff --git a/crates/flagsmith/Cargo.toml b/crates/flagsmith/Cargo.toml index c1dd323..5689d86 100644 --- a/crates/flagsmith/Cargo.toml +++ b/crates/flagsmith/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open-feature-flagsmith" -version = "0.1.0" +version = "0.1.1" authors = ["OpenFeature Maintainers"] edition = "2024" license = "Apache-2.0"