Skip to content

Commit d3d5fce

Browse files
committed
v0.2.0
1 parent e3eacf4 commit d3d5fce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
[//]: # (### Changed)
1010
[//]: # (### Removed)
1111

12+
## [0.2.0] - 2020-06-09
13+
### Changed
14+
- Complete rewrite of the `testRego` task, now not just failing the build on test failures or errors but actually translating the test results into formats recognizable both by Gradle and by CI/CD systems by exporing the test results into JUnit XML reports. This allows for OPA/Rego tests to be both tested and reported like any other Gradle tests.
15+
- Task configuration may now override "base" configuration (like `srcDir` and `testDir`) on a per task basis.
16+
- Tons of internal improvements, tests and fixes.
17+
1218
## [0.1.1] - 2019-11-14
1319
### Added
1420
- Install/usage instructions to README now that plugin has been approved for

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.bisnode.opa'
8-
version '0.2.0-SNAPSHOT'
8+
version '0.2.0'
99

1010
sourceCompatibility = 1.8
1111

0 commit comments

Comments
 (0)