Skip to content

Commit 6fe40f9

Browse files
chore(main): release open-feature 0.1.5 (#49)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f7516d6 commit 6fe40f9

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.4"}
1+
{".":"0.1.5"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.1.5](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.1.4...open-feature-v0.1.5) (2023-12-20)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
11+
12+
### ✨ New Features
13+
14+
* 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))
15+
316
## [0.1.4](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.1.3...open-feature-v0.1.4) (2023-12-19)
417

518

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "open-feature"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55
rust-version = "1.67.1"
66
description = "The official OpenFeature Rust SDK."

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.5.2&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- x-release-please-start-version -->
19-
<a href="https://github.com/open-feature/rust-sdk/releases/tag/v0.1.4">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.4&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/rust-sdk/releases/tag/v0.1.5">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.5&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323

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

5656
<!-- x-release-please-start-version -->
5757
```toml
58-
open-feature = "0.1.4"
58+
open-feature = "0.1.5"
5959
```
6060
<!-- x-release-please-end -->
6161
### Usage

0 commit comments

Comments
 (0)