Skip to content

Commit 8c07c0e

Browse files
chore(main): release open-feature-flagd 0.0.6
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent eacf2bd commit 8c07c0e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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-08)
4+
5+
6+
### 🧹 Chore
7+
8+
* 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))
9+
310
## [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)
411

512

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)