Skip to content

Commit

Permalink
chore(main): release openfeature-go-feature-flag-provider 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: OpenFeature Bot <[email protected]>
  • Loading branch information
openfeaturebot committed Aug 13, 2024
1 parent a0bbf53 commit 73de94b
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 73de94b

Please sign in to comment.