Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.tools.junitopenfeature 0…
Browse files Browse the repository at this point in the history
….1.0 (#933)

Signed-off-by: Todd Baert <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Todd Baert <[email protected]>
  • Loading branch information
github-actions[bot] and toddbaert authored Sep 25, 2024
1 parent 8623a72 commit 1d11f63
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"providers/flipt": "0.0.2",
"providers/configcat": "0.1.0",
"providers/statsig": "0.0.4",
"tools/junit-openfeature": "0.0.3"
"tools/junit-openfeature": "0.1.0"
}
7 changes: 6 additions & 1 deletion tools/junit-openfeature/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## [0.0.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.0.2...dev.openfeature.contrib.tools.junitopenfeature-v0.0.3) (2024-08-14)
## [0.1.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.0.3...dev.openfeature.contrib.tools.junitopenfeature-v0.1.0) (2024-09-25)


### 🐛 Bug Fixes

* **deps:** update dependency org.apache.commons:commons-lang3 to v3.17.0 ([#932](https://github.com/open-feature/java-sdk-contrib/issues/932)) ([c598d9f](https://github.com/open-feature/java-sdk-contrib/commit/c598d9f0a61f2324fb85d72fdfea34811283c575))


### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion tools/junit-openfeature/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A JUnit5 extension to reduce boilerplate code for testing code which utilizes Op
<dependency>
<groupId>dev.openfeature.contrib.tools</groupId>
<artifactId>junitopenfeature</artifactId>
<version>0.0.3</version>
<version>0.1.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion tools/junit-openfeature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.tools</groupId>
<artifactId>junitopenfeature</artifactId>
<version>0.0.3</version> <!--x-release-please-version -->
<version>0.1.0</version> <!--x-release-please-version -->

<name>junit-openfeature-extension</name>
<description>JUnit5 Extension for OpenFeature</description>
Expand Down
2 changes: 1 addition & 1 deletion tools/junit-openfeature/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.1.0

0 comments on commit 1d11f63

Please sign in to comment.