From 22cf977039579b43ef4e1872b54ec78371eee7e2 Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:17:24 -0400 Subject: [PATCH] chore(main): release open-feature-env-var 0.1.1 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- crates/env-var/CHANGELOG.md | 7 +++++++ crates/env-var/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 632acbd..33c11ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/env-var": "0.1.0", + "crates/env-var": "0.1.1", "crates/flagd": "0.0.4", "crates/flipt": "0.1.0" } \ No newline at end of file diff --git a/crates/env-var/CHANGELOG.md b/crates/env-var/CHANGELOG.md index 80040b4..b2e3172 100644 --- a/crates/env-var/CHANGELOG.md +++ b/crates/env-var/CHANGELOG.md @@ -5,6 +5,13 @@ 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.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-03-24) + + +### ✨ New Features + +* 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)) + ## [0.1.0] ### Added diff --git a/crates/env-var/Cargo.toml b/crates/env-var/Cargo.toml index ea10c6c..0a0598c 100644 --- a/crates/env-var/Cargo.toml +++ b/crates/env-var/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "open-feature-env-var" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Open Feature SDK for Rust: Environment Variable" authors = ["Jose Bovet Derpich "]