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.2 (#1094)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 3, 2024
1 parent a78c906 commit c8435e7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"providers/configcat": "0.1.0",
"providers/statsig": "0.1.0",
"providers/multiprovider": "0.0.1",
"tools/junit-openfeature": "0.1.1"
"tools/junit-openfeature": "0.1.2"
}
7 changes: 7 additions & 0 deletions tools/junit-openfeature/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.1.1...dev.openfeature.contrib.tools.junitopenfeature-v0.1.2) (2024-12-03)


### ✨ New Features

* added interception of parameterized tests to Junit OpenFeature Extension ([#1093](https://github.com/open-feature/java-sdk-contrib/issues/1093)) ([a78c906](https://github.com/open-feature/java-sdk-contrib/commit/a78c906b24b53f7d25eb01aad85ed614eb30ca05))

## [0.1.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.1.0...dev.openfeature.contrib.tools.junitopenfeature-v0.1.1) (2024-09-27)


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.1.1</version>
<version>0.1.2</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.1.1</version> <!--x-release-please-version -->
<version>0.1.2</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.1.1
0.1.2

0 comments on commit c8435e7

Please sign in to comment.