Skip to content

Latest commit

 

History

History
110 lines (90 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

110 lines (90 loc) · 3.63 KB

Changelog

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

Fixed

  • Binaries not being released from GitHub Actions.

v0.4.5 - 2022-09-26

Added

  • Release of MacOS and Windows binaries in GitHub Actions workflow.

v0.4.4 - 2022-02-21

Fixed

  • Drop compression with UPX before releasing static Linux binaries.

v0.4.3 - 2022-02-21

Fixed

  • Release of static Linux binaries in GitHub Actions workflow.

v0.4.2 - 2022-02-21

Fixed

  • Formatting of error reports for each frame.

v0.4.1 - 2022-02-21

Changed

  • Bump clap to v3.1.0.
  • Bump fastobo to v0.15.0.

v0.4.0 - 2020-12-01

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.

v0.3.0 - 2020-08-06

Changed

  • Bumped fastobo dependency to v0.10.0 to support comments.

Added

  • --duplicates flag to check for frames with duplicate identifiers (#39).

v0.2.4 - 2020-02-13

Changed

  • Bumped fastobo dependency from v0.7.0 to v0.8.2.
  • Removed err-derive dependency.

v0.2.3 - 2019-08-07

Changed

  • Bumped fastobo to v0.7.0

v0.2.2 - 2019-07-15

Changed

  • Bumped fastobo to v0.6.0

Fixed

  • Allow ISO 8601 datetimes with fractional seconds.

v0.2.1 - 2019-07-15

Changed

  • Bumped fastobo to v0.5.0.
  • Used err-derive instead of failure for error chain management

v0.2.0 - 2019-06-13

Added

  • Mandatory validation of clause cardinality.

v0.1.3 - 2019-06-04

Fixed

  • Bumped fastobo version to prevent a bug when parsing Xref lists

v0.1.2 - 2019-05-24

Fixed

  • Bumped fastobo version to prevent a panic when parsing OBO documents containing instance frames.

v0.1.1 - 2019-05-16

Added

  • Continuous deployment of Mac OSX pre-built binaries.

Changed

  • Parsing and validation have been separated into different steps.
  • Reported errors are now grouped by frame location if applicable.

Doc

  • Fixed example command in README.md.

v0.1.0 - 2019-05-11

Initial release.