Skip to content

Commit 12d34c0

Browse files
chore(main): release open-feature-flagd 0.0.6
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 91b9ecd commit 12d34c0

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"crates/env-var": "0.1.0",
3-
"crates/flagd": "0.0.5",
3+
"crates/flagd": "0.0.6",
44
"crates/flipt": "0.1.0"
55
}

crates/flagd/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.0.6](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagd-v0.0.5...open-feature-flagd-v0.0.6) (2025-04-12)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update datalogic_rs to 3.0.x latest version ([#39](https://github.com/open-feature/rust-sdk-contrib/issues/39)) ([8c9c747](https://github.com/open-feature/rust-sdk-contrib/commit/8c9c747cd1fcb5a64155433f0c653d7f1d19daa7))
9+
* **deps:** update rust crate lru to 0.14 ([#41](https://github.com/open-feature/rust-sdk-contrib/issues/41)) ([91b9ecd](https://github.com/open-feature/rust-sdk-contrib/commit/91b9ecd9cbdf3bf04957882e217488f4427069e9))
10+
11+
12+
### 🧹 Chore
13+
14+
* striped away the openssl dependency and use rustls instead ([#34](https://github.com/open-feature/rust-sdk-contrib/issues/34)) ([eacf2bd](https://github.com/open-feature/rust-sdk-contrib/commit/eacf2bdc3a3deaf43fb8f086288b527451d3e3c8))
15+
316
## [0.0.5](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagd-v0.0.4...open-feature-flagd-v0.0.5) (2025-03-24)
417

518

crates/flagd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "open-feature-flagd"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
edition = "2021"
55
rust-version = "1.83" # MSRV
66
description = "The official flagd provider for OpenFeature."

0 commit comments

Comments
 (0)