Skip to content

Commit 4a747bb

Browse files
chore(main): release openfeature-go-feature-flag-provider 0.1.2 (#44)
1 parent df65efc commit 4a747bb

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"providers/openfeature-flagd-provider": "0.1.2",
33
"providers/openfeature-meta_provider": "0.0.3",
4-
"providers/openfeature-go-feature-flag-provider": "0.1.1"
4+
"providers/openfeature-go-feature-flag-provider": "0.1.2"
55
}

providers/openfeature-go-feature-flag-provider/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-go-feature-flag-provider/v0.1.1...openfeature-go-feature-flag-provider/v0.1.2) (2024-12-02)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* loosen faraday version requirements ([#43](https://github.com/open-feature/ruby-sdk-contrib/issues/43)) ([df65efc](https://github.com/open-feature/ruby-sdk-contrib/commit/df65efc5c3c55536e2aa964fc075d89da8c19108))
9+
310
## [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)
411

512

providers/openfeature-go-feature-flag-provider/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
openfeature-go-feature-flag-provider (0.1.1)
4+
openfeature-go-feature-flag-provider (0.1.2)
55
faraday (~> 2.10)
66
openfeature-sdk (~> 0.3.1)
77

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OpenFeature
22
module GoFeatureFlag
3-
GO_FEATURE_FLAG_PROVIDER_VERSION = "0.1.1"
3+
GO_FEATURE_FLAG_PROVIDER_VERSION = "0.1.2"
44
end
55
end

0 commit comments

Comments
 (0)