File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 33 "hooks/open-telemetry" : " 3.1.2" ,
44 "providers/go-feature-flag" : " 0.2.23" ,
55 "providers/flagsmith" : " 0.0.8" ,
6- "providers/env-var" : " 0.0.6 " ,
6+ "providers/env-var" : " 0.0.7 " ,
77 "providers/jsonlogic-eval-provider" : " 1.1.0" ,
88 "providers/unleash" : " 0.0.4-alpha" ,
99 "providers/flipt" : " 0.0.2" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.7] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.6...dev.openfeature.contrib.providers.env-var-v0.0.7 ) (2024-07-09)
4+
5+
6+ ### 🧹 Chore
7+
8+ * fix pmd violations ([ #856 ] ( https://github.com/open-feature/java-sdk-contrib/issues/856 ) ) ([ f10d872] ( https://github.com/open-feature/java-sdk-contrib/commit/f10d87205dd6a21222de362694d208fd293d9200 ) )
9+
310## [ 0.0.6] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.5...dev.openfeature.contrib.providers.env-var-v0.0.6 ) (2024-06-17)
411
512
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Environment Variables provider allows you to read feature flags from the [proces
1010<dependency >
1111 <groupId >dev.openfeature.contrib.providers</groupId >
1212 <artifactId >env-var</artifactId >
13- <version >0.0.6 </version >
13+ <version >0.0.7 </version >
1414</dependency >
1515```
1616
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >dev.openfeature.contrib.providers</groupId >
1212 <artifactId >env-var</artifactId >
13- <version >0.0.6 </version > <!-- x-release-please-version -->
13+ <version >0.0.7 </version > <!-- x-release-please-version -->
1414
1515 <properties >
1616 <!-- override module name defined in parent ("-" is not allowed) -->
Original file line number Diff line number Diff line change 1- 0.0.6
1+ 0.0.7
You can’t perform that action at this time.
0 commit comments