Skip to content

Commit 5eadcd6

Browse files
chore(main): release open-feature-env-var 0.1.1 (#22)
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent f717203 commit 5eadcd6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.0",
2+
"crates/env-var": "0.1.1",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.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)
9+
10+
11+
### ✨ New Features
12+
13+
* add rust github actions ([#16](https://github.com/open-feature/rust-sdk-contrib/issues/16)) ([f084cab](https://github.com/open-feature/rust-sdk-contrib/commit/f084cabaa2f8d99d5fdf0488a8da0acd8deac36e))
14+
15+
16+
### 🧹 Chore
17+
18+
* update dependencies and manifest to publish crate. ([#68](https://github.com/open-feature/rust-sdk-contrib/issues/68)) ([f717203](https://github.com/open-feature/rust-sdk-contrib/commit/f717203350d810a3249ff1e1637b6963a03d8418))
19+
820
## [0.1.0]
921

1022
### Added

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.0"
4+
version = "0.1.1"
55
edition = "2021"
66
description = "Environment Variable provider for OpenFeature"
77
authors = ["Jose Bovet Derpich <[email protected]>"]

0 commit comments

Comments
 (0)