From ef137168ee05d61ae97716422f9d85e8ea80b58a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 22:07:32 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ lib/openfeature/sdk/version.rb | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28e831b6..3d2ac0bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.3" + ".": "0.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b28862..20c81f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.0](https://github.com/open-feature/ruby-sdk/compare/v0.0.3...v0.1.0) (2022-12-15) + + +### Features + +* Add client object ([#34](https://github.com/open-feature/ruby-sdk/issues/34)) ([92f8d0d](https://github.com/open-feature/ruby-sdk/commit/92f8d0d4bf693bf74d0f076621f3453f11d4ca65)) +* OpenFeature::SDK.configure ([#41](https://github.com/open-feature/ruby-sdk/issues/41)) ([7587799](https://github.com/open-feature/ruby-sdk/commit/75877997dcb49aeb38a4969734df87b2845e1e6a)) +* **spec:** Add API implementation ([#32](https://github.com/open-feature/ruby-sdk/issues/32)) ([d6b0922](https://github.com/open-feature/ruby-sdk/commit/d6b0922a54e9cb714c44dfe58ddab01356f6916b)) + ## [0.0.3](https://github.com/open-feature/ruby-sdk/compare/v0.0.2...v0.0.3) (2022-11-11) diff --git a/lib/openfeature/sdk/version.rb b/lib/openfeature/sdk/version.rb index b9821b83..311ab73f 100644 --- a/lib/openfeature/sdk/version.rb +++ b/lib/openfeature/sdk/version.rb @@ -2,6 +2,6 @@ module OpenFeature module SDK - VERSION = "0.0.3" + VERSION = "0.1.0" end end From 117c0d31ca69d8a06b2a1d0e4e515ba8be70e6fd Mon Sep 17 00:00:00 2001 From: Jose Colella Date: Mon, 19 Dec 2022 11:29:23 -0800 Subject: [PATCH 2/2] build: Add Gemfile.lock Signed-off-by: Jose Colella --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3c35b44a..ee9d99b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - openfeature-sdk (0.0.3) + openfeature-sdk (0.1.0) GEM remote: https://rubygems.org/