Skip to content

Commit cb33998

Browse files
chore(main): release openfeature-go-feature-flag-provider 0.1.1 (#39)
🤖 I have created a release *beep* *boop* --- ## [0.1.1](openfeature-go-feature-flag-provider-v0.1.0...openfeature-go-feature-flag-provider/v0.1.1) (2024-08-13) ### ✨ New Features * new GO Feature Flag ruby provider ([#38](#38)) ([a0bbf53](a0bbf53)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Signed-off-by: OpenFeature Bot <[email protected]>
1 parent a0bbf53 commit cb33998

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"providers/openfeature-flagd-provider": "0.1.1",
33
"providers/openfeature-meta_provider": "0.0.3",
4-
"providers/openfeature-go-feature-flag-provider": "0.1.0"
4+
"providers/openfeature-go-feature-flag-provider": "0.1.1"
55
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-go-feature-flag-provider-v0.1.0...openfeature-go-feature-flag-provider/v0.1.1) (2024-08-13)
4+
5+
6+
### ✨ New Features
7+
8+
* new GO Feature Flag ruby provider ([#38](https://github.com/open-feature/ruby-sdk-contrib/issues/38)) ([a0bbf53](https://github.com/open-feature/ruby-sdk-contrib/commit/a0bbf535da324279b18577f71ffaa05d4f2fdced))

providers/openfeature-go-feature-flag-provider/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
openfeature-go-feature-flag-provider (0.1.0)
4+
openfeature-go-feature-flag-provider (0.1.1)
55
faraday (~> 2.10.1)
66
openfeature-sdk (~> 0.3.1)
77

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OpenFeature
22
module GoFeatureFlag
3-
GO_FEATURE_FLAG_PROVIDER_VERSION = "0.1.0"
3+
GO_FEATURE_FLAG_PROVIDER_VERSION = "0.1.1"
44
end
55
end

0 commit comments

Comments
 (0)