All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.4.6 - 2022-09-26
- Binaries not being released from GitHub Actions.
v0.4.5 - 2022-09-26
- Release of MacOS and Windows binaries in GitHub Actions workflow.
v0.4.4 - 2022-02-21
- Drop compression with UPX before releasing static Linux binaries.
v0.4.3 - 2022-02-21
- Release of static Linux binaries in GitHub Actions workflow.
v0.4.2 - 2022-02-21
- Formatting of error reports for each frame.
v0.4.1 - 2022-02-21
- Bump
clap
tov3.1.0
. - Bump
fastobo
tov0.15.0
.
v0.4.0 - 2020-12-01
- Bumped
fastobo
dependency tov0.12.0
.
--obsoletion
CLI flag to check clauses valid only for obsolete clauses are not applied to non-obsolete entities.--all
CLI flag to enable all optional checks.
v0.3.0 - 2020-08-06
- Bumped
fastobo
dependency tov0.10.0
to support comments.
--duplicates
flag to check for frames with duplicate identifiers (#39).
v0.2.4 - 2020-02-13
- Bumped
fastobo
dependency fromv0.7.0
tov0.8.2
. - Removed
err-derive
dependency.
v0.2.3 - 2019-08-07
- Bumped
fastobo
tov0.7.0
v0.2.2 - 2019-07-15
- Bumped
fastobo
tov0.6.0
- Allow ISO 8601 datetimes with fractional seconds.
v0.2.1 - 2019-07-15
- Bumped
fastobo
tov0.5.0
. - Used
err-derive
instead offailure
for error chain management
v0.2.0 - 2019-06-13
- Mandatory validation of clause cardinality.
v0.1.3 - 2019-06-04
- Bumped
fastobo
version to prevent a bug when parsing Xref lists
v0.1.2 - 2019-05-24
- Bumped
fastobo
version to prevent a panic when parsing OBO documents containing instance frames.
v0.1.1 - 2019-05-16
- Continuous deployment of Mac OSX pre-built binaries.
- Parsing and validation have been separated into different steps.
- Reported errors are now grouped by frame location if applicable.
- Fixed example command in
README.md
.
v0.1.0 - 2019-05-11
Initial release.