Skip to content

Commit 62f6c9a

Browse files
chore(main): release open-feature-env-var 0.2.0
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent b1265ee commit 62f6c9a

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"crates/env-var": "0.1.1",
2+
"crates/env-var": "0.2.0",
33
"crates/flagd": "0.0.8",
44
"crates/flipt": "0.1.0",
55
"crates/ofrep": "0.0.4"

crates/env-var/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [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) (2025-11-13)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* Update dependencies and fix flaky retry mechanism tests ([#74](https://github.com/open-feature/rust-sdk-contrib/issues/74))
14+
15+
### ✨ New Features
16+
17+
* 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))
18+
19+
20+
### 🧹 Chore
21+
22+
* 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))
23+
824
## [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)
925

1026

crates/env-var/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "open-feature-env-var"
4-
version = "0.1.1"
4+
version = "0.2.0"
55
edition = "2024"
66
description = "Environment Variable provider for OpenFeature"
77
authors = ["Jose Bovet Derpich <[email protected]>"]

0 commit comments

Comments
 (0)