Skip to content

Commit

Permalink
chore(main): release open-feature 0.1.5 (#49)
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 Dec 21, 2023
1 parent f7516d6 commit 6fe40f9
Show file tree
Hide file tree
Showing 4 changed files with 18 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.4"}
{".":"0.1.5"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### 🐛 Bug Fixes

* **deps:** update rust crate time to 0.3.31 ([#47](https://github.com/open-feature/rust-sdk/issues/47)) ([cb734b0](https://github.com/open-feature/rust-sdk/commit/cb734b0979bab5d205b7d313c2aff913f696bc65))
* **deps:** update rust crate tokio to 1.35.1 ([#48](https://github.com/open-feature/rust-sdk/issues/48)) ([8d5dd69](https://github.com/open-feature/rust-sdk/commit/8d5dd6915a6c36e5ff86e66cd33cefe7450f2d5a))


### ✨ New Features

* add conversion from &serde_json::Value ([#46](https://github.com/open-feature/rust-sdk/issues/46)) ([d450bad](https://github.com/open-feature/rust-sdk/commit/d450bad6993b9fc5e8365da38df64d2321a74281))

## [0.1.4](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.1.3...open-feature-v0.1.4) (2023-12-19)


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.4"
version = "0.1.5"
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.4">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.4&color=blue&style=for-the-badge" />
<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>
<!-- 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.4"
open-feature = "0.1.5"
```
<!-- x-release-please-end -->
### Usage
Expand Down

0 comments on commit 6fe40f9

Please sign in to comment.