From 5577cab4dc013344912d2469434e6fb4af7e2abd Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Wed, 18 Mar 2026 08:35:04 -0400 Subject: [PATCH] chore(main): release 0.6.5 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- README.md | 4 ++-- lib/open_feature/sdk/version.rb | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 12aa8969..e90b36cc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.4" + ".": "0.6.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5419d508..721f50e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.5](https://github.com/open-feature/ruby-sdk/compare/v0.6.4...v0.6.5) (2026-03-18) + + +### Features + +* add RBS type signatures with Steep type checking ([#251](https://github.com/open-feature/ruby-sdk/issues/251)) ([506e999](https://github.com/open-feature/ruby-sdk/commit/506e9992e6c8b7222b2ae2eb3b1c2fb3d5d148a6)) + ## [0.6.4](https://github.com/open-feature/ruby-sdk/compare/v0.6.3...v0.6.4) (2026-03-07) diff --git a/Gemfile.lock b/Gemfile.lock index 3092c189..a8ec408b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - openfeature-sdk (0.6.4) + openfeature-sdk (0.6.5) GEM remote: https://rubygems.org/ diff --git a/README.md b/README.md index 768803f0..d1c7a1e0 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 89c10c4b..a4f6b888 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.6.4" + VERSION = "0.6.5" end end