Skip to content

Commit

Permalink
chore(main): release open-feature 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 27, 2023
1 parent 31b0e48 commit 9d169ab
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.1.2"}
{".":"0.1.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.1.3](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.1.2...open-feature-v0.1.3) (2023-09-27)


### 🧹 Chore

* add release badge to readme ([#33](https://github.com/open-feature/rust-sdk/issues/33)) ([31b0e48](https://github.com/open-feature/rust-sdk/commit/31b0e487a2ad6376d4b994b35410556ac8cd80ae))
* **deps:** update actions/checkout action to v4 ([#28](https://github.com/open-feature/rust-sdk/issues/28)) ([1cb61c9](https://github.com/open-feature/rust-sdk/commit/1cb61c93534ae037b7dd2c143e03809b877c2728))

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


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

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

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

Expand Down

0 comments on commit 9d169ab

Please sign in to comment.