From 999da9b09ffcad9edecaf42d8ebc5f1a75570fd5 Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Thu, 30 Jul 2026 01:24:54 -0400 Subject: [PATCH] chore(main): release open-feature-env-var 0.2.0 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- ...please-manifest-independent-providers.json | 2 +- crates/env-var/CHANGELOG.md | 19 +++++++++++++++++++ crates/env-var/Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-independent-providers.json b/.release-please-manifest-independent-providers.json index c441683..bd67245 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/env-var": "0.2.0", "crates/flagsmith": "0.1.0", "crates/flipt": "0.1.0" } diff --git a/crates/env-var/CHANGELOG.md b/crates/env-var/CHANGELOG.md index 7580295..1d03e58 100644 --- a/crates/env-var/CHANGELOG.md +++ b/crates/env-var/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.2.0](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-env-var-v0.1.1...open-feature-env-var-v0.2.0) (2026-07-30) + + +### ⚠ BREAKING CHANGES + +* Update dependencies and fix flaky retry mechanism tests ([#74](https://github.com/open-feature/rust-sdk-contrib/issues/74)) + +### ✨ New Features + +* add renaming mechanism for EnvVarProvider ([#75](https://github.com/open-feature/rust-sdk-contrib/issues/75)) ([b1265ee](https://github.com/open-feature/rust-sdk-contrib/commit/b1265ee741652587a78b7387b6c6b4f9833840bb)) +* **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:** update open-feature to 0.3.0 in env-var provider ([#150](https://github.com/open-feature/rust-sdk-contrib/issues/150)) ([ca80086](https://github.com/open-feature/rust-sdk-contrib/commit/ca80086512bda3942aeba661f7d3ab4f19382a97)) +* **deps:** update rust crate cucumber to v0.22.0 ([#85](https://github.com/open-feature/rust-sdk-contrib/issues/85)) ([47bf579](https://github.com/open-feature/rust-sdk-contrib/commit/47bf5799b2e2d98dce89e5872ff4cc3b8333b42e)) +* Update dependencies and fix flaky retry mechanism tests ([#74](https://github.com/open-feature/rust-sdk-contrib/issues/74)) ([9b78024](https://github.com/open-feature/rust-sdk-contrib/commit/9b780249584eb1ddfe7ad7f1049c415ff8658234)) + ## [0.1.1](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-env-var-v0.1.0...open-feature-env-var-v0.1.1) (2025-08-20) diff --git a/crates/env-var/Cargo.toml b/crates/env-var/Cargo.toml index 75500ef..8f7c996 100644 --- a/crates/env-var/Cargo.toml +++ b/crates/env-var/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "open-feature-env-var" -version = "0.1.1" +version = "0.2.0" edition = "2024" description = "Environment Variable provider for OpenFeature" authors = ["Jose Bovet Derpich "]