Skip to content

Latest commit

 

History

History
88 lines (71 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

88 lines (71 loc) · 3.04 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.8 - 2022-12-05

Changed

  • Bumped fastobo to v0.15.1.
  • Bumped serde_yaml to v0.9.
  • Bumped obofoundry test requirement to v0.10.0.
  • Allow missing restrictions key in LogicalDefinitionAxiom.

v0.4.7 - 2022-05-04

Changed

  • Make meta attribute of Graph optional and fix serde still requiring some optional fields.

v0.4.6 - 2022-05-04

Fixed

  • Optional fields being required when parsing serialized OBO Graphs (#20).

v0.4.5 - 2022-01-20

Changed

  • Bumped fastobo to v0.15.0.

v0.4.4 - 2022-01-20

Changed

  • Bumped fastobo to v0.14.0.
  • Implement extraction of Ontology and DataVersion header clauses from OBO graphs.

v0.4.3 - 2021-02-18

Changed

  • Bumped fastobo to v0.13.0.
  • Replaced Travis-CI with GitHub Actions for CI/CD.

v0.4.2 - 2020-11-17

Changed

  • Bumped fastobo to v0.12.0.
  • Replaced err-derive dependency with thiserror crate.

v0.4.1 - 2020-08-30

Changed

  • Bumped fastobo to v0.11.0.

v0.4.0 - 2020-07-27

Changed

  • Bumped fastobo to v0.10.0.

v0.3.0 - 2020-06-14

Changed

  • Bumped fastobo version to v0.9.0.

v0.2.0 - 2020-01-23

Changed

  • Bumped fastobo version to v0.8.0.

v0.1.2 - 2019-08-27

Fixed

  • Fixed to_string being used instead of into_string in some IntoGraphCtx impl.

Added

  • Added BOSC 2019 poster reference to README.md.

v0.1.1 - 2019-08-08

Fixed

  • fastobo_graphs::to_file not creating a file with File::create.

Added

  • Improved documentation in and added example in README.md.

v0.1.0 - 2019-08-06

Initial release.