Skip to content
Merged
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,5 +1,5 @@
{
"providers/openfeature-flagd-provider": "0.1.4",
"providers/openfeature-flagd-provider": "0.1.5",
"providers/openfeature-meta_provider": "0.0.7",
"providers/openfeature-flipt-provider": "0.0.3",
"providers/openfeature-go-feature-flag-provider": "0.1.12",
Expand Down
13 changes: 13 additions & 0 deletions providers/openfeature-flagd-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.5](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-flagd-provider/v0.1.4...openfeature-flagd-provider/v0.1.5) (2026-03-09)


### ✨ New Features

* add OFREP provider ([#80](https://github.com/open-feature/ruby-sdk-contrib/issues/80)) ([e33e0ab](https://github.com/open-feature/ruby-sdk-contrib/commit/e33e0ab340193eee4434df65bb33e1002a69eaad))


### 🧹 Chore

* add conformance tests, SimpleCov, version standardization, and README improvements ([#95](https://github.com/open-feature/ruby-sdk-contrib/issues/95)) ([1c430a9](https://github.com/open-feature/ruby-sdk-contrib/commit/1c430a92041a7841ac01a2642a66376b8259acd2))
* improve repository maturity and contributor experience ([#91](https://github.com/open-feature/ruby-sdk-contrib/issues/91)) ([7e28025](https://github.com/open-feature/ruby-sdk-contrib/commit/7e280257e6f543bc46537f43aeac302be003b47b))

## [0.1.4](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-flagd-provider/v0.1.3...openfeature-flagd-provider/v0.1.4) (2026-03-08)


Expand Down
2 changes: 1 addition & 1 deletion providers/openfeature-flagd-provider/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openfeature-flagd-provider (0.1.4)
openfeature-flagd-provider (0.1.5)
grpc (~> 1.50)
openfeature-sdk (~> 0.3.1)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OpenFeature
module Flagd
VERSION = "0.1.4"
VERSION = "0.1.5"
end
end