Skip to content

Commit c1b4bd7

Browse files
chore(main): release 0.1.0 (#4)
🤖 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>
1 parent 2430154 commit c1b4bd7

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.0.0"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# Changelog
2+
3+
## 0.1.0 (2024-08-05)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
## Changelog

PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
SDK_VERSION=0.0.0
12+
SDK_VERSION=0.1.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.0.0" # x-release-please-version
5+
VERSION = "0.1.0" # x-release-please-version
66
end
77
end

0 commit comments

Comments
 (0)