File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1010 "providers/configcat" : " 0.1.0" ,
1111 "providers/statsig" : " 0.1.0" ,
1212 "providers/multiprovider" : " 0.0.1" ,
13- "tools/junit-openfeature" : " 0.1.1 "
13+ "tools/junit-openfeature" : " 0.1.2 "
1414}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 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)
4+
5+
6+ ### ✨ New Features
7+
8+ * 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 ) )
9+
310## [ 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)
411
512
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A JUnit5 extension to reduce boilerplate code for testing code which utilizes Op
88<dependency >
99 <groupId >dev.openfeature.contrib.tools</groupId >
1010 <artifactId >junitopenfeature</artifactId >
11- <version >0.1.1 </version >
11+ <version >0.1.2 </version >
1212 <scope >test</scope >
1313</dependency >
1414```
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >dev.openfeature.contrib.tools</groupId >
1212 <artifactId >junitopenfeature</artifactId >
13- <version >0.1.1 </version > <!-- x-release-please-version -->
13+ <version >0.1.2 </version > <!-- x-release-please-version -->
1414
1515 <name >junit-openfeature-extension</name >
1616 <description >JUnit5 Extension for OpenFeature</description >
Original file line number Diff line number Diff line change 1- 0.1.1
1+ 0.1.2
You can’t perform that action at this time.
0 commit comments