Skip to content
Open
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.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"crates/env-var": "0.1.1",
"crates/env-var": "0.2.0",
"crates/flagd": "0.0.8",
"crates/flipt": "0.1.0",
"crates/ofrep": "0.0.4"
Expand Down
11 changes: 11 additions & 0 deletions crates/env-var/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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) (2025-11-01)


### ⚠ BREAKING CHANGES

* Update dependencies and fix flaky retry mechanism tests ([#74](https://github.com/open-feature/rust-sdk-contrib/issues/74))

Comment on lines +13 to +14

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain consistency with previous entries in this changelog, it would be better to have two blank lines between sections. The 0.1.1 release entry has two blank lines between its ✨ New Features list item and the 🧹 Chore section header. Adding an extra blank line here would align this new entry with the established format.

Suggested change
* Update dependencies and fix flaky retry mechanism tests ([#74](https://github.com/open-feature/rust-sdk-contrib/issues/74))
* Update dependencies and fix flaky retry mechanism tests ([#74](https://github.com/open-feature/rust-sdk-contrib/issues/74))

### 🧹 Chore

* 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)


Expand Down
2 changes: 1 addition & 1 deletion crates/env-var/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
Loading