Skip to content

Commit

Permalink
chore(main): release openfeature-go-feature-flag-provider 0.1.1 (#39)
Browse files Browse the repository at this point in the history
🤖 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 <109696520+openfeaturebot@users.noreply.github.com>
  • Loading branch information
openfeaturebot authored Aug 13, 2024
1 parent a0bbf53 commit cb33998
Show file tree
Hide file tree
Showing 4 changed files with 11 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,5 +1,5 @@
{
"providers/openfeature-flagd-provider": "0.1.1",
"providers/openfeature-meta_provider": "0.0.3",
"providers/openfeature-go-feature-flag-provider": "0.1.0"
"providers/openfeature-go-feature-flag-provider": "0.1.1"
}
8 changes: 8 additions & 0 deletions providers/openfeature-go-feature-flag-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [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)


### ✨ New Features

* 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))
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openfeature-go-feature-flag-provider (0.1.0)
openfeature-go-feature-flag-provider (0.1.1)
faraday (~> 2.10.1)
openfeature-sdk (~> 0.3.1)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OpenFeature
module GoFeatureFlag
GO_FEATURE_FLAG_PROVIDER_VERSION = "0.1.0"
GO_FEATURE_FLAG_PROVIDER_VERSION = "0.1.1"
end
end

0 comments on commit cb33998

Please sign in to comment.