File tree 2 files changed +13
-1
lines changed
providers/go-feature-flag
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 5
5
"providers/flagd" : " 0.2.2" ,
6
6
"providers/flipt" : " 0.1.2" ,
7
7
"providers/from-env" : " 0.1.5" ,
8
- "providers/go-feature-flag" : " 0.2.0 " ,
8
+ "providers/go-feature-flag" : " 0.2.1 " ,
9
9
"providers/flagsmith" : " 0.1.4" ,
10
10
"providers/launchdarkly" : " 0.1.5" ,
11
11
"providers/unleash" : " 0.0.3-alpha" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.1] ( https://github.com/open-feature/go-sdk-contrib/compare/providers/go-feature-flag/v0.2.0...providers/go-feature-flag/v0.2.1 ) (2024-09-10)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * Calling ` err.Error() ` on nil error causes panic ([ #579 ] ( https://github.com/open-feature/go-sdk-contrib/issues/579 ) ) ([ 4c85501] ( https://github.com/open-feature/go-sdk-contrib/commit/4c855019d912982cd30f2c940e0908892c68410b ) )
9
+
10
+
11
+ ### 🧹 Chore
12
+
13
+ * add license to module ([ #554 ] ( https://github.com/open-feature/go-sdk-contrib/issues/554 ) ) ([ abb7657] ( https://github.com/open-feature/go-sdk-contrib/commit/abb76571c373582f36837587400104eb754c01b9 ) )
14
+
3
15
## [ 0.2.0] ( https://github.com/open-feature/go-sdk-contrib/compare/providers/go-feature-flag/v0.1.38...providers/go-feature-flag/v0.2.0 ) (2024-08-14)
4
16
5
17
You can’t perform that action at this time.
0 commit comments