From 0ab3c69308fa5c9cf8c5c481a6e24b6347972f14 Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Wed, 4 Mar 2026 09:41:59 -0500 Subject: [PATCH] chore(main): release 0.5.1 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 2aca35ae..d04f223f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.5.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd8f9bf..f84543b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/open-feature/ruby-sdk/compare/v0.5.0...v0.5.1) (2026-03-04) + + +### Features + +* implement hooks lifecycle (spec section 4) ([#214](https://github.com/open-feature/ruby-sdk/issues/214)) ([41c3b9e](https://github.com/open-feature/ruby-sdk/commit/41c3b9e2b73b34f50d8135122fb4592f8ec44e49)) + ## [0.5.0](https://github.com/open-feature/ruby-sdk/compare/v0.4.1...v0.5.0) (2026-01-16) diff --git a/Gemfile.lock b/Gemfile.lock index 586c2c1a..a5738328 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - openfeature-sdk (0.5.0) + openfeature-sdk (0.5.1) GEM remote: https://rubygems.org/ diff --git a/README.md b/README.md index d65263e1..21377ba9 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 34444cef..cef0a442 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.0" + VERSION = "0.5.1" end end