Skip to content

Commit

Permalink
chore(main): release open-feature v0.1.1 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 27, 2023
1 parent 25b6013 commit 9680c0e
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ ".": "0.1.0" }
{".":"0.1.1"}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

## [0.1.1](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.1.0...open-feature-v0.1.1) (2023-09-27)


### 🐛 Bug Fixes

* **deps:** update rust crate time to 0.3.29 ([#26](https://github.com/open-feature/rust-sdk/issues/26)) ([affff7e](https://github.com/open-feature/rust-sdk/commit/affff7eb912a475cd4314a609f388bb62d4cd84c))
* **deps:** update rust crate typed-builder to 0.16.1 ([#22](https://github.com/open-feature/rust-sdk/issues/22)) ([953f68b](https://github.com/open-feature/rust-sdk/commit/953f68b5b462f8662837822f160d10a998e3f607))
* **deps:** update rust crate typed-builder to 0.16.2 ([#25](https://github.com/open-feature/rust-sdk/issues/25)) ([4808212](https://github.com/open-feature/rust-sdk/commit/4808212f59471c51be1558dfd43e5c44d6bda811))


### ✨ New Features

* add shutdown() function to provider trait ([9f779b3](https://github.com/open-feature/rust-sdk/commit/9f779b32aac79970052b8a65d0d9bbf7beb1605a))
* enhance singleton and tests ([3a655bf](https://github.com/open-feature/rust-sdk/commit/3a655bfd46facaa7d975268ac36a37396f02b298))
* implement evaluation details and re-design evaluation API ([#24](https://github.com/open-feature/rust-sdk/issues/24)) ([d6aace1](https://github.com/open-feature/rust-sdk/commit/d6aace1a47ed41974a2916fd7576c59fbeeba9d2))
* implement support for array type ([#19](https://github.com/open-feature/rust-sdk/issues/19)) ([525223d](https://github.com/open-feature/rust-sdk/commit/525223d6fb88e10bdb0a05e8f6acedbdb8fa4f7e))


### 🧹 Chore

* Add tooling to detect missing specification tests ([#23](https://github.com/open-feature/rust-sdk/issues/23)) ([daf2ae2](https://github.com/open-feature/rust-sdk/commit/daf2ae2d4d742814418c39976bffb71e5a865a1a))
* adding WIP label to readme. ([734e813](https://github.com/open-feature/rust-sdk/commit/734e8131457ee3a04a358c7b16ee6dbee6074c8a))
* **deps:** update actions/checkout action to v4 ([#14](https://github.com/open-feature/rust-sdk/issues/14)) ([98d12c0](https://github.com/open-feature/rust-sdk/commit/98d12c043d47e1210d707b5fa1cafd6b50cd8aec))
* prepare for automatic release ([#27](https://github.com/open-feature/rust-sdk/issues/27)) ([4aa0dd5](https://github.com/open-feature/rust-sdk/commit/4aa0dd55d6e33b7881a560595377d659767d891e))


### 🔄 Refactoring

* change EvaluationContext to take a reference ([9cc5af2](https://github.com/open-feature/rust-sdk/commit/9cc5af29a20b96c7ce0f16779039d2e6fa677c65))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "open-feature"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.67.1"
description = "The official OpenFeature Rust SDK."
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<!-- x-release-please-start-version -->

<!-- TODO: update with your SDK repo and the latest release version
<a href="https://github.com/open-feature/rust-sdk/releases/tag/v0.1.0">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.0&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/rust-sdk/releases/tag/v0.1.1">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.1&color=blue&style=for-the-badge" />
</a>
-->

Expand Down Expand Up @@ -49,7 +49,7 @@ Add the following content to the `Cargo.toml` file:

<!-- x-release-please-start-version -->
```toml
open-feature = "0.1.0"
open-feature = "0.1.1"
```
<!-- x-release-please-end -->

Expand Down

0 comments on commit 9680c0e

Please sign in to comment.