Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anderseknert committed Jun 9, 2020
1 parent e3eacf4 commit d3d5fce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[//]: # (### Changed)
[//]: # (### Removed)

## [0.2.0] - 2020-06-09
### Changed
- 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.
- Task configuration may now override "base" configuration (like `srcDir` and `testDir`) on a per task basis.
- Tons of internal improvements, tests and fixes.

## [0.1.1] - 2019-11-14
### Added
- Install/usage instructions to README now that plugin has been approved for
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.bisnode.opa'
version '0.2.0-SNAPSHOT'
version '0.2.0'

sourceCompatibility = 1.8

Expand Down

0 comments on commit d3d5fce

Please sign in to comment.