Skip to content

Commit 4f18ebc

Browse files
chore(main): release dev.openfeature.contrib.providers.env-var 0.0.3 (#301)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1a8c9ab commit 4f18ebc

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"hooks/open-telemetry": "1.0.2",
44
"providers/go-feature-flag": "0.2.5",
55
"providers/flagsmith": "0.0.4",
6-
"providers/env-var": "0.0.2",
6+
"providers/env-var": "0.0.3",
77
"providers/jsonlogic-eval-provider": "1.0.0"
88
}

providers/env-var/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.2...dev.openfeature.contrib.providers.env-var-v0.0.3) (2023-05-01)
4+
5+
6+
### Features
7+
8+
* provide key transformations ([#288](https://github.com/open-feature/java-sdk-contrib/issues/288)) ([8d80135](https://github.com/open-feature/java-sdk-contrib/commit/8d801355761f666ad82d5366bc6573b8cf8c7478))
9+
* replace OS class with interface ([#287](https://github.com/open-feature/java-sdk-contrib/issues/287)) ([915e448](https://github.com/open-feature/java-sdk-contrib/commit/915e448bcf06d61756f79d3a6270509e27e63cc1))
10+
311
## [0.0.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.1...dev.openfeature.contrib.providers.env-var-v0.0.2) (2023-03-28)
412

513

providers/env-var/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.2</version>
13+
<version>0.0.3</version>
1414
</dependency>
1515
```
1616

providers/env-var/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>env-var</artifactId>
13-
<version>0.0.2</version> <!--x-release-please-version -->
13+
<version>0.0.3</version> <!--x-release-please-version -->
1414

1515
<name>env-var</name>
1616
<description>Environment Variables provider for Java</description>

providers/env-var/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.2
1+
0.0.3

0 commit comments

Comments
 (0)