Skip to content

Commit

Permalink
chore(main): release openfeature-meta_provider 0.0.3 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
openfeaturebot authored May 16, 2024
1 parent 06f1517 commit ca82b95
Show file tree
Hide file tree
Showing 4 changed files with 10 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.1.0",
"providers/openfeature-meta_provider": "0.0.2"
"providers/openfeature-meta_provider": "0.0.3"
}
7 changes: 7 additions & 0 deletions providers/openfeature-meta_provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### 🧹 Chore

* update readme title ([#34](https://github.com/open-feature/ruby-sdk-contrib/issues/34)) ([06f1517](https://github.com/open-feature/ruby-sdk-contrib/commit/06f1517f0e384b6b86d5aa7caedc6c3fd0bd74c7))

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


Expand Down
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.2)
openfeature-meta_provider (0.0.3)
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.2"
META_PROVIDER_VERSION = "0.0.3"
end

0 comments on commit ca82b95

Please sign in to comment.