Skip to content
Merged
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-independent-providers.json
Original file line number Diff line number Diff line change
@@ -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"
}
19 changes: 19 additions & 0 deletions crates/flagsmith/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/flagsmith/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading