Skip to content

Commit 75729e8

Browse files
chore(main): release 0.1.0
1 parent 185c091 commit 75729e8

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "0.1.0"
33
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# Changelog
2+
3+
## 0.1.0 (2024-07-19)
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

+1-1
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

+1-1
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)