Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#4)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## 0.1.0 (2024-08-05)


### Features

* Add initial implementation of provider
([#1](#1))
([7550e14](7550e14))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 5, 2024
1 parent 2430154 commit c1b4bd7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.1.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Changelog

## 0.1.0 (2024-08-05)


### Features

* Add initial implementation of provider ([#1](https://github.com/launchdarkly/openfeature-ruby-server/issues/1)) ([7550e14](https://github.com/launchdarkly/openfeature-ruby-server/commit/7550e14d94f6a70b0087ba9801dfbfe93c1b374d))

## Changelog
2 changes: 1 addition & 1 deletion PROVENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
<!-- x-release-please-start-version -->
```
# Set the version of the SDK to verify
SDK_VERSION=0.0.0
SDK_VERSION=0.1.0
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion lib/ldclient-openfeature/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module LaunchDarkly
module OpenFeature
VERSION = "0.0.0" # x-release-please-version
VERSION = "0.1.0" # x-release-please-version
end
end

0 comments on commit c1b4bd7

Please sign in to comment.