Skip to content

Commit 1638e77

Browse files
chore(main): release open-feature-env-var 0.1.1
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 7650355 commit 1638e77

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
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.1",
44
"crates/flipt": "0.1.0"
55
}

crates/env-var/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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-02-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+
815
## [0.1.0]
916

1017
### Added

crates/env-var/Cargo.toml

+1-1
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 = "Open Feature SDK for Rust: Environment Variable"
77
authors = ["Jose Bovet Derpich <[email protected]>"]

0 commit comments

Comments
 (0)