From a4dac4af6d2ccb222f01bc2382ec35d5bcf17d30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 20:47:59 +0000 Subject: [PATCH] chore(main): release dev.openfeature.contrib.tools.junitopenfeature 0.2.0 --- .release-please-manifest.json | 2 +- tools/junit-openfeature/CHANGELOG.md | 30 ++++++++++++++++++++++++++++ tools/junit-openfeature/README.md | 2 +- tools/junit-openfeature/pom.xml | 2 +- tools/junit-openfeature/version.txt | 2 +- 5 files changed, 34 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 77e76a439..a4c752107 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -10,5 +10,5 @@ "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.2.0" } diff --git a/tools/junit-openfeature/CHANGELOG.md b/tools/junit-openfeature/CHANGELOG.md index 069e8ebdc..da8db5291 100644 --- a/tools/junit-openfeature/CHANGELOG.md +++ b/tools/junit-openfeature/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [0.2.0](https://github.com/jarebudev/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.1.2...dev.openfeature.contrib.tools.junitopenfeature-v0.2.0) (2025-04-22) + + +### โš  BREAKING CHANGES + +* use sdk-maintained state, require 1.12 ([#964](https://github.com/jarebudev/java-sdk-contrib/issues/964)) + +### ๐Ÿ› Bug Fixes + +* added missing dependency and installation instruction ([#895](https://github.com/jarebudev/java-sdk-contrib/issues/895)) ([6748d02](https://github.com/jarebudev/java-sdk-contrib/commit/6748d02403f0ceecb6cb9ecdfb2fecf98423a7db)) +* **deps:** update dependency org.apache.commons:commons-lang3 to v3.16.0 ([#908](https://github.com/jarebudev/java-sdk-contrib/issues/908)) ([d21cfe3](https://github.com/jarebudev/java-sdk-contrib/commit/d21cfe3ac7da1ff6e1a4dc2ee4b0db5c24ed4847)) +* **deps:** update dependency org.apache.commons:commons-lang3 to v3.17.0 ([#932](https://github.com/jarebudev/java-sdk-contrib/issues/932)) ([c598d9f](https://github.com/jarebudev/java-sdk-contrib/commit/c598d9f0a61f2324fb85d72fdfea34811283c575)) +* race condition causing default when multiple flags are used ([#983](https://github.com/jarebudev/java-sdk-contrib/issues/983)) ([356a973](https://github.com/jarebudev/java-sdk-contrib/commit/356a973cf2b6ddf82b8311ea200fa30df4f1d048)) + + +### โœจ New Features + +* Add JUnit5 extension for OpenFeature ([#888](https://github.com/jarebudev/java-sdk-contrib/issues/888)) ([9fff9db](https://github.com/jarebudev/java-sdk-contrib/commit/9fff9db4bcee3c3ae8128a1b2fb040f53df1d5ed)) +* added interception of parameterized tests to Junit OpenFeature Extension ([#1093](https://github.com/jarebudev/java-sdk-contrib/issues/1093)) ([a78c906](https://github.com/jarebudev/java-sdk-contrib/commit/a78c906b24b53f7d25eb01aad85ed614eb30ca05)) +* use sdk-maintained state, require 1.12 ([#964](https://github.com/jarebudev/java-sdk-contrib/issues/964)) ([4a041b0](https://github.com/jarebudev/java-sdk-contrib/commit/4a041b0dda9c4e460f4c2199f3bc680df0dda621)) + + +### ๐Ÿงน Chore + +* **main:** release dev.openfeature.contrib.tools.junitopenfeature 0.0.2 ([#892](https://github.com/jarebudev/java-sdk-contrib/issues/892)) ([0efebc7](https://github.com/jarebudev/java-sdk-contrib/commit/0efebc7630657a3f398caadaf652e79b525e5ef9)) +* **main:** release dev.openfeature.contrib.tools.junitopenfeature 0.0.3 ([#896](https://github.com/jarebudev/java-sdk-contrib/issues/896)) ([1c23b15](https://github.com/jarebudev/java-sdk-contrib/commit/1c23b156d09011216cb57450c3ce23a309d5e657)) +* **main:** release dev.openfeature.contrib.tools.junitopenfeature 0.1.0 ([#933](https://github.com/jarebudev/java-sdk-contrib/issues/933)) ([1d11f63](https://github.com/jarebudev/java-sdk-contrib/commit/1d11f630c9f2d32e1e623f80a3a4cbc0386777f2)) +* **main:** release dev.openfeature.contrib.tools.junitopenfeature 0.1.1 ([#985](https://github.com/jarebudev/java-sdk-contrib/issues/985)) ([38fa733](https://github.com/jarebudev/java-sdk-contrib/commit/38fa7332cb3d0037b268bd244d060c348b4b913f)) +* **main:** release dev.openfeature.contrib.tools.junitopenfeature 0.1.2 ([#1094](https://github.com/jarebudev/java-sdk-contrib/issues/1094)) ([c8435e7](https://github.com/jarebudev/java-sdk-contrib/commit/c8435e7182c3f351e8ae31492226aa0d99d126a3)) + ## [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..25fc82b2e 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.2.0 test ``` diff --git a/tools/junit-openfeature/pom.xml b/tools/junit-openfeature/pom.xml index 7e4757e19..3d6a71a6b 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.2.0 junit-openfeature-extension JUnit5 Extension for OpenFeature diff --git a/tools/junit-openfeature/version.txt b/tools/junit-openfeature/version.txt index d917d3e26..0ea3a944b 100644 --- a/tools/junit-openfeature/version.txt +++ b/tools/junit-openfeature/version.txt @@ -1 +1 @@ -0.1.2 +0.2.0