Skip to content

Commit d60a928

Browse files
chore(main): release open-feature-flagd 0.2.0
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 38bf6d0 commit d60a928

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"crates/env-var": "0.1.1",
3-
"crates/flagd": "0.1.0",
3+
"crates/flagd": "0.2.0",
44
"crates/flipt": "0.1.0",
55
"crates/ofrep": "0.0.4"
66
}

crates/flagd/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagd-v0.1.0...open-feature-flagd-v0.2.0) (2026-01-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* flagd, wire up TLS support for gRPC connections ([#95](https://github.com/open-feature/rust-sdk-contrib/issues/95))
9+
10+
### 🐛 Bug Fixes
11+
12+
* flagd, wire up TLS support for gRPC connections ([#95](https://github.com/open-feature/rust-sdk-contrib/issues/95)) ([38bf6d0](https://github.com/open-feature/rust-sdk-contrib/commit/38bf6d0ab0028446df6f808496045f25191ed086))
13+
314
## [0.1.0](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagd-v0.0.8...open-feature-flagd-v0.1.0) (2025-12-23)
415

516

crates/flagd/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-flagd"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
rust-version = "1.88" # MSRV
66
description = "The official flagd provider for OpenFeature."

0 commit comments

Comments
 (0)