Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 04f42ed

Browse files
committedFeb 21, 2025·
chore(main): release open-feature-env-var 0.1.1
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent af1bd6e commit 04f42ed

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.4",
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-21)
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 <jose.bovet@gmail.com>"]

0 commit comments

Comments
 (0)
Please sign in to comment.