From f7d07046d76a5a7d9a5f5f3d96a4909017a9eec7 Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Wed, 18 Jun 2025 03:42:39 -0400 Subject: [PATCH] chore(main): release dev.openfeature.contrib.tools.junitopenfeature 0.1.3 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- tools/junit-openfeature/CHANGELOG.md | 18 ++++++++++++++++++ tools/junit-openfeature/README.md | 2 +- tools/junit-openfeature/pom.xml | 2 +- tools/junit-openfeature/version.txt | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 272c19ef1..1c3719d8e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -10,7 +10,7 @@ "providers/configcat": "0.1.0", "providers/statsig": "0.1.0", "providers/multiprovider": "0.0.1", - "tools/junit-openfeature": "0.1.2", + "tools/junit-openfeature": "0.1.3", "tools/flagd-http-connector": "0.0.2", ".": "0.2.2" } diff --git a/tools/junit-openfeature/CHANGELOG.md b/tools/junit-openfeature/CHANGELOG.md index 069e8ebdc..6182a42c1 100644 --- a/tools/junit-openfeature/CHANGELOG.md +++ b/tools/junit-openfeature/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.1.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.1.2...dev.openfeature.contrib.tools.junitopenfeature-v0.1.3) (2025-06-18) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update dependency org.junit-pioneer:junit-pioneer to v2 ([#1100](https://github.com/open-feature/java-sdk-contrib/issues/1100)) ([3bf822b](https://github.com/open-feature/java-sdk-contrib/commit/3bf822b46acc796fdc08a7567723a3e1861019cb)) + + +### โœจ New Features + +* migrate to Java 11 ([#1336](https://github.com/open-feature/java-sdk-contrib/issues/1336)) ([a4be1ff](https://github.com/open-feature/java-sdk-contrib/commit/a4be1ff66870a72189873171e83c5b65dbb9991c)) + + +### ๐Ÿงน Chore + +* added upper bound to parent pom range ([#1421](https://github.com/open-feature/java-sdk-contrib/issues/1421)) ([5701dc5](https://github.com/open-feature/java-sdk-contrib/commit/5701dc5b1b89ee0f245df9ea6284b5d327f40992)) +* loosen parent version req ([#1341](https://github.com/open-feature/java-sdk-contrib/issues/1341)) ([4c7b584](https://github.com/open-feature/java-sdk-contrib/commit/4c7b58413b47db5c8c52b906ec2cbbc846779199)) + ## [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) diff --git a/tools/junit-openfeature/README.md b/tools/junit-openfeature/README.md index 8ee228d14..7ae90e7d7 100644 --- a/tools/junit-openfeature/README.md +++ b/tools/junit-openfeature/README.md @@ -8,7 +8,7 @@ A JUnit5 extension to reduce boilerplate code for testing code which utilizes Op dev.openfeature.contrib.tools junitopenfeature - 0.1.2 + 0.1.3 test ``` diff --git a/tools/junit-openfeature/pom.xml b/tools/junit-openfeature/pom.xml index 3198adce2..6687dd927 100644 --- a/tools/junit-openfeature/pom.xml +++ b/tools/junit-openfeature/pom.xml @@ -10,7 +10,7 @@ dev.openfeature.contrib.tools junitopenfeature - 0.1.2 + 0.1.3 junit-openfeature-extension JUnit5 Extension for OpenFeature diff --git a/tools/junit-openfeature/version.txt b/tools/junit-openfeature/version.txt index d917d3e26..b1e80bb24 100644 --- a/tools/junit-openfeature/version.txt +++ b/tools/junit-openfeature/version.txt @@ -1 +1 @@ -0.1.2 +0.1.3