Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkeil committed Jun 23, 2022
1 parent 29d953b commit 7c16f64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.6.0] - 2022-06-23

### Added
* add CLI parameters `--failOnDeviation`, `--failOnValueOmission`, `--failOnResourceOmission`, `--failOnWrongValue` and `--failOnIssue` to enable exit code 1 in case of deviations/value omissions/resource omissions/wrong values/other issues
* add CLI parameter `--reportOn` to enable limited scope of reports and exit codes to a single dataset
Expand Down Expand Up @@ -145,7 +147,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
* add **ManualCategoryProcessor**: Enables users to manually define resource categories and their properties.
* add **ResourceDeviationProcessor**: Detects deviations between the resource references of mapped resources as defined in the categories.

[Unreleased]: https://github.com/fusion-jena/abecto/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/fusion-jena/abecto/compare/v0.6.0...HEAD
[0.5.0]: https://github.com/fusion-jena/abecto/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/fusion-jena/abecto/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/fusion-jena/abecto/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/fusion-jena/abecto/compare/v0.2.1...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.uni_jena.cs.fusion</groupId>
<artifactId>abecto</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>

<name>ABECTO</name>
<description>An ABox Evaluation and Comparison Tool for Ontologies</description>
Expand Down

0 comments on commit 7c16f64

Please sign in to comment.