Skip to content

Commit

Permalink
chore(main): release openfeature-flagd-provider 0.1.1 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
openfeaturebot authored Jul 15, 2024
1 parent 6baa243 commit d366ded
Show file tree
Hide file tree
Showing 4 changed files with 15 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-flagd-provider": "0.1.1",
"providers/openfeature-meta_provider": "0.0.3"
}
12 changes: 12 additions & 0 deletions providers/openfeature-flagd-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.1](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-flagd-provider/v0.1.0...openfeature-flagd-provider/v0.1.1) (2024-07-11)


### ✨ New Features

* Use integer and float specific resolver methods ([#26](https://github.com/open-feature/ruby-sdk-contrib/issues/26)) ([6baa243](https://github.com/open-feature/ruby-sdk-contrib/commit/6baa243f7586d65796fdba9a567352c66d100fde))


### 🧹 Chore

* **flagd:** update spec metadata links ([#36](https://github.com/open-feature/ruby-sdk-contrib/issues/36)) ([400d625](https://github.com/open-feature/ruby-sdk-contrib/commit/400d6254c164b8c3623bf2b18c5bea66580b0b1a))

## [0.1.0](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-flagd-provider-v0.0.1...openfeature-flagd-provider/v0.1.0) (2024-05-16)


Expand Down
2 changes: 1 addition & 1 deletion providers/openfeature-flagd-provider/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openfeature-flagd-provider (0.1.0)
openfeature-flagd-provider (0.1.1)
grpc (~> 1.50)
openfeature-sdk (~> 0.3.1)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OpenFeature
module Flagd
VERSION = "0.1.0"
VERSION = "0.1.1"
end
end

0 comments on commit d366ded

Please sign in to comment.