Skip to content

Commit

Permalink
chore(main): release open-feature 0.2.3 (#70)
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 Apr 17, 2024
1 parent cd42b8c commit 02e7098
Show file tree
Hide file tree
Showing 4 changed files with 13 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.2"}
{".":"0.2.3"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.3](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.2...open-feature-v0.2.3) (2024-04-16)


### 🐛 Bug Fixes

* **deps:** update rust crate tokio to 1.37 ([#69](https://github.com/open-feature/rust-sdk/issues/69)) ([b6b418b](https://github.com/open-feature/rust-sdk/commit/b6b418b70ff655dcc31b30a5d7966e09f46038b2))
* specfinder was using an incorrect regex ([#72](https://github.com/open-feature/rust-sdk/issues/72)) ([cd42b8c](https://github.com/open-feature/rust-sdk/commit/cd42b8c228f196a035e9826fa354a308bc095a68))

## [0.2.2](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.1...open-feature-v0.2.2) (2024-03-01)


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.2"
version = "0.2.3"
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.2">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.2&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/rust-sdk/releases/tag/v0.2.3">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.3&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.2"
open-feature = "0.2.3"
```
<!-- x-release-please-end -->
### Usage
Expand Down

0 comments on commit 02e7098

Please sign in to comment.