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
Expand Up @@ -3,7 +3,7 @@
"providers/openfeature-meta_provider": "0.0.7",
"providers/openfeature-flipt-provider": "0.0.3",
"providers/openfeature-go-feature-flag-provider": "0.1.12",
"providers/openfeature-flagsmith-provider": "0.1.1",
"providers/openfeature-flagsmith-provider": "0.1.2",
"providers/openfeature-ofrep-provider": "0.1.1",
"hooks/openfeature-otel-hook": "0.1.1"
}
14 changes: 14 additions & 0 deletions providers/openfeature-flagsmith-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-flagsmith-provider/v0.1.1...openfeature-flagsmith-provider/v0.1.2) (2026-03-09)


Comment on lines +9 to +10
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

These extra blank lines can be removed to make the changelog more compact and align better with the 'Keep a Changelog' format.

### ✨ 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))
* update minimum Ruby version to >= 3.4 ([#83](https://github.com/open-feature/ruby-sdk-contrib/issues/83)) ([ccf689a](https://github.com/open-feature/ruby-sdk-contrib/commit/ccf689a097de8d7db86fffd84b2127ac75687d4c))

## [0.1.1](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-flagsmith-provider-v0.1.0...openfeature-flagsmith-provider/v0.1.1) (2025-11-27)


Expand Down
2 changes: 1 addition & 1 deletion providers/openfeature-flagsmith-provider/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openfeature-flagsmith-provider (0.1.1)
openfeature-flagsmith-provider (0.1.2)
flagsmith (~> 4.3)
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 Flagsmith
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end