Skip to content

Commit 132afc2

Browse files
chore(main): release 0.2.0 (#17)
🤖 I have created a release *beep* *boop* --- ## [0.2.0](0.1.0...0.2.0) (2026-04-02) ### Features * Update to 0.6.x openfeature-sdk. ([#16](#16)) ([31e7222](31e7222)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk release bookkeeping only: updates version strings and release documentation without changing runtime behavior. > > **Overview** > Bumps the gem version from `0.1.0` to `0.2.0` across the release manifest and `lib/ldclient-openfeature/version.rb`. > > Updates release documentation by adding the `0.2.0` section to `CHANGELOG.md` and adjusting `PROVENANCE.md` examples to reference `0.2.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit c5268a4. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3adadfe commit 132afc2

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/launchdarkly/openfeature-ruby-server/compare/0.1.0...0.2.0) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* Update to 0.6.x openfeature-sdk. ([#16](https://github.com/launchdarkly/openfeature-ruby-server/issues/16)) ([31e7222](https://github.com/launchdarkly/openfeature-ruby-server/commit/31e7222251e33a2fc7e7378d8734f0f09e6090c4))
9+
310
## 0.1.0 (2024-08-05)
411

512

PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
SDK_VERSION=0.1.0
12+
SDK_VERSION=0.2.0
1313
```
1414
<!-- x-release-please-end -->
1515

lib/ldclient-openfeature/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module LaunchDarkly
44
module OpenFeature
5-
VERSION = "0.1.0" # x-release-please-version
5+
VERSION = "0.2.0" # x-release-please-version
66
end
77
end

0 commit comments

Comments
 (0)