Skip to content

Commit

Permalink
chore(main): release openfeature-meta_provider 0.0.2 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
openfeaturebot authored May 14, 2024
1 parent d48b182 commit 6b63b49
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,4 +1,4 @@
{
"providers/openfeature-flagd-provider": "0.0.1",
"providers/openfeature-meta_provider": "0.0.1"
"providers/openfeature-meta_provider": "0.0.2"
}
8 changes: 8 additions & 0 deletions providers/openfeature-meta_provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.0.2](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-meta_provider-v0.0.1...openfeature-meta_provider/v0.0.2) (2024-05-14)


### ✨ New Features

* add matched provider to flag metadata in MetaProvider ([#31](https://github.com/open-feature/ruby-sdk-contrib/issues/31)) ([d48b182](https://github.com/open-feature/ruby-sdk-contrib/commit/d48b18253c1e23ac35c4d75edaaa7b89c6cc504b))
2 changes: 1 addition & 1 deletion providers/openfeature-meta_provider/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openfeature-meta_provider (0.0.1)
openfeature-meta_provider (0.0.2)
openfeature-sdk (~> 0.3.0)

GEM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OpenFeature
META_PROVIDER_VERSION = "0.0.1"
META_PROVIDER_VERSION = "0.0.2"
end

0 comments on commit 6b63b49

Please sign in to comment.