File tree 4 files changed +10
-3
lines changed
providers/openfeature-go-feature-flag-provider
lib/openfeature/go-feature-flag
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"providers/openfeature-flagd-provider" : " 0.1.2" ,
3
3
"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 "
5
5
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 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)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- openfeature-go-feature-flag-provider (0.1.1 )
4
+ openfeature-go-feature-flag-provider (0.1.2 )
5
5
faraday (~> 2.10 )
6
6
openfeature-sdk (~> 0.3.1 )
7
7
Original file line number Diff line number Diff line change 1
1
module OpenFeature
2
2
module GoFeatureFlag
3
- GO_FEATURE_FLAG_PROVIDER_VERSION = "0.1.1 "
3
+ GO_FEATURE_FLAG_PROVIDER_VERSION = "0.1.2 "
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments