Skip to content

Commit

Permalink
chore(main): release open-feature 0.2.0 (#51)
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 Jan 11, 2024
1 parent 554cf22 commit bdf1b3e
Show file tree
Hide file tree
Showing 4 changed files with 23 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.5"}
{".":"0.2.0"}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.1.5...open-feature-v0.2.0) (2024-01-11)


### ⚠ BREAKING CHANGES

* re-design No-op Provider ([#56](https://github.com/open-feature/rust-sdk/issues/56))

### 🐛 Bug Fixes

* **deps:** update rust crate async-trait to 0.1.77 ([#52](https://github.com/open-feature/rust-sdk/issues/52)) ([50390e8](https://github.com/open-feature/rust-sdk/commit/50390e87b8cdd44d7a509aa9174ae3f0a53342f4))
* **deps:** update rust crate serde_json to 1.0.110 ([#53](https://github.com/open-feature/rust-sdk/issues/53)) ([1d90cd9](https://github.com/open-feature/rust-sdk/commit/1d90cd9b884999285be79604c6c7b90be24d936e))
* **deps:** update rust crate serde_json to 1.0.111 ([#54](https://github.com/open-feature/rust-sdk/issues/54)) ([78b0bf3](https://github.com/open-feature/rust-sdk/commit/78b0bf3aab39d41bd0938b4b903eacfe0de6654a))


### ✨ New Features

* re-design No-op Provider ([#56](https://github.com/open-feature/rust-sdk/issues/56)) ([554cf22](https://github.com/open-feature/rust-sdk/commit/554cf22302781ee5c2015e75c514be3d4be67ca5))

## [0.1.5](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.1.4...open-feature-v0.1.5) (2023-12-20)


Expand Down
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.5"
version = "0.2.0"
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 @@ -16,8 +16,8 @@
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.5.2&color=yellow&style=for-the-badge" />
</a>
<!-- x-release-please-start-version -->
<a href="https://github.com/open-feature/rust-sdk/releases/tag/v0.1.5">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.5&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/rust-sdk/releases/tag/v0.2.0">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.0&color=blue&style=for-the-badge" />
</a>
<!-- x-release-please-end -->

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

<!-- x-release-please-start-version -->
```toml
open-feature = "0.1.5"
open-feature = "0.2.0"
```
<!-- x-release-please-end -->
### Usage
Expand Down

0 comments on commit bdf1b3e

Please sign in to comment.