Releases: fastobo/fastobo-validator
Releases · fastobo/fastobo-validator
v0.4.6
Fixed
- Binaries not being released from GitHub Actions.
v0.4.5
Added
- Release of MacOS and Windows binaries in GitHub Actions workflow.
v0.4.4
Fixed
- Drop compression with UPX before releasing static Linux binaries.
v0.4.3
Fixed
- Release of static Linux binaries in GitHub Actions workflow.
v0.4.2
Fixed
- Formatting of error reports for each frame.
v0.4.1
Changed
- Bump
clap
to v3.1.0
.
- Bump
fastobo
to v0.15.0
.
0.4.0
Changed
- Bumped
fastobo
dependency to v0.12.0
.
Added
--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.
0.3.0
Changed
- Bumped
fastobo
dependency to v0.10.0
to support comments.
Added
--duplicates
flag to check for frames with duplicate identifiers
(#39).
0.2.4
Changed
- Bumped
fastobo
dependency from v0.7.0
to v0.8.2
.
- Removed
err-derive
dependency.