From b9204516aebb84d4a067376d6e34018fc43b8dae Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:13:48 -0500 Subject: [PATCH] chore(main): release 0.6.0 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ Gemfile.lock | 2 +- README.md | 4 ++-- lib/open_feature/sdk/version.rb | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d04f223f..4208b5cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.6.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f84543b2..fc818936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.6.0](https://github.com/open-feature/ruby-sdk/compare/v0.5.1...v0.6.0) (2026-03-05) + + +### ⚠ BREAKING CHANGES + +* add Ruby 4.0 support, require minimum Ruby 3.4 ([#217](https://github.com/open-feature/ruby-sdk/issues/217)) + +### Features + +* add Ruby 4.0 support, require minimum Ruby 3.4 ([#217](https://github.com/open-feature/ruby-sdk/issues/217)) ([f38ba40](https://github.com/open-feature/ruby-sdk/commit/f38ba40b31beb650ba475c631947fc7969e476fa)) + ## [0.5.1](https://github.com/open-feature/ruby-sdk/compare/v0.5.0...v0.5.1) (2026-03-04) diff --git a/Gemfile.lock b/Gemfile.lock index 3b87e695..510f0b1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - openfeature-sdk (0.5.1) + openfeature-sdk (0.6.0) GEM remote: https://rubygems.org/ diff --git a/README.md b/README.md index db72cd8f..e65fd229 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ - - Release + + Release diff --git a/lib/open_feature/sdk/version.rb b/lib/open_feature/sdk/version.rb index cef0a442..f9ea5904 100644 --- a/lib/open_feature/sdk/version.rb +++ b/lib/open_feature/sdk/version.rb @@ -2,6 +2,6 @@ module OpenFeature module SDK - VERSION = "0.5.1" + VERSION = "0.6.0" end end