Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"crates/env-var": "0.1.1",
"crates/flagd": "0.1.0",
"crates/flagd": "0.2.0",
"crates/flipt": "0.1.0",
"crates/ofrep": "0.0.4"
}
16 changes: 16 additions & 0 deletions crates/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [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-03-01)


### ⚠ BREAKING CHANGES

* flagd, wire up TLS support for gRPC connections ([#95](https://github.com/open-feature/rust-sdk-contrib/issues/95))

### πŸ› Bug Fixes

* 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))


### 🧹 Chore

* **deps:** update rust crate testcontainers to 0.27.0 ([#100](https://github.com/open-feature/rust-sdk-contrib/issues/100)) ([ada60a0](https://github.com/open-feature/rust-sdk-contrib/commit/ada60a07f36adf57dd485052d11af47bde5f09e6))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion crates/flagd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "open-feature-flagd"
version = "0.1.0"
version = "0.2.0"
edition = "2024"
rust-version = "1.88" # MSRV
description = "The official flagd provider for OpenFeature."
Expand Down
Loading