Skip to content

Commit

Permalink
chore(main): release open-feature 0.2.1 (#59)
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 Feb 13, 2024
1 parent f99de1c commit 855595b
Show file tree
Hide file tree
Showing 4 changed files with 16 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.2.0"}
{".":"0.2.1"}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.1](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.0...open-feature-v0.2.1) (2024-02-13)


### 🐛 Bug Fixes

* **deps:** update rust crate darling to 0.20.5 ([#61](https://github.com/open-feature/rust-sdk/issues/61)) ([921f027](https://github.com/open-feature/rust-sdk/commit/921f027b8e60cb149af153a7047c2f22417b975c))
* **deps:** update rust crate serde_json to 1.0.113 ([#60](https://github.com/open-feature/rust-sdk/issues/60)) ([04125b2](https://github.com/open-feature/rust-sdk/commit/04125b2fd556013532dd9d44c21e424ca01760f6))
* **deps:** update rust crate time to 0.3.34 ([#62](https://github.com/open-feature/rust-sdk/issues/62)) ([a8e0ddb](https://github.com/open-feature/rust-sdk/commit/a8e0ddb2d17e66301bb8e09dc2396747eb1ebb15))
* **deps:** update rust crate tokio to 1.36.0 ([#63](https://github.com/open-feature/rust-sdk/issues/63)) ([f99de1c](https://github.com/open-feature/rust-sdk/commit/f99de1cfd49cde660425f5fb2ca8f54c50e1f738))
* **deps:** update rust crate typed-builder to 0.18.1 ([#58](https://github.com/open-feature/rust-sdk/issues/58)) ([396bf02](https://github.com/open-feature/rust-sdk/commit/396bf022402b8864cf136aa458052296fdb757b4))

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


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.2.0"
version = "0.2.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 @@ -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.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 href="https://github.com/open-feature/rust-sdk/releases/tag/v0.2.1">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.1&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.2.0"
open-feature = "0.2.1"
```
<!-- x-release-please-end -->
### Usage
Expand Down

0 comments on commit 855595b

Please sign in to comment.