Skip to content

Commit 9252179

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

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"hooks/open-telemetry": "3.1.1",
44
"providers/go-feature-flag": "0.2.18",
55
"providers/flagsmith": "0.0.8",
6-
"providers/env-var": "0.0.4",
6+
"providers/env-var": "0.0.5",
77
"providers/jsonlogic-eval-provider": "1.0.1",
88
"providers/unleash": "0.0.3-alpha",
99
"providers/flipt": "0.0.2",

providers/env-var/CHANGELOG.md

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

3+
## [0.0.5](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.4...dev.openfeature.contrib.providers.env-var-v0.0.5) (2023-12-29)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency org.apache.commons:commons-lang3 to v3.14.0 ([#552](https://github.com/open-feature/java-sdk-contrib/issues/552)) ([b7751c5](https://github.com/open-feature/java-sdk-contrib/commit/b7751c5531e8fae5438cf8e9c40870a66b91aaba))
9+
10+
11+
### 🧹 Chore
12+
13+
* generate automatic module names ([#407](https://github.com/open-feature/java-sdk-contrib/issues/407)) ([f18df0f](https://github.com/open-feature/java-sdk-contrib/commit/f18df0f7bcfc0db3e1ef10aa299aa7d7a17d74f7))
14+
315
## [0.0.4](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.3...dev.openfeature.contrib.providers.env-var-v0.0.4) (2023-08-12)
416

517

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.4</version>
13+
<version>0.0.5</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.4</version> <!--x-release-please-version -->
13+
<version>0.0.5</version> <!--x-release-please-version -->
1414

1515
<properties>
1616
<!-- override module name defined in parent ("-" is not allowed) -->

providers/env-var/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.4
1+
0.0.5

0 commit comments

Comments
 (0)