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"
}
11 changes: 11 additions & 0 deletions crates/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 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-01-07)


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

Comment on lines +3 to +13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The new changelog entry contains several extra blank lines. Removing them would make the entry more compact and improve readability.

Suggested change
## [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)
### ⚠ 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))
## [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)
### ⚠ 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))

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