File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "crates/env-var" : " 0.1.0 " ,
2
+ "crates/env-var" : " 0.1.1 " ,
3
3
"crates/flagd" : " 0.0.4" ,
4
4
"crates/flipt" : " 0.1.0"
5
5
}
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
15
## [ 0.1.0]
9
16
10
17
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " open-feature-env-var"
4
- version = " 0.1.0 "
4
+ version = " 0.1.1 "
5
5
edition = " 2021"
6
6
description = " Open Feature SDK for Rust: Environment Variable"
7
7
authors = [" Jose Bovet Derpich <jose.bovet@gmail.com>" ]
You can’t perform that action at this time.
0 commit comments