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
- Bumped
fastobo
tov0.15.1
. - Bumped
serde_yaml
tov0.9
. - Bumped
obofoundry
test requirement tov0.10.0
. - Allow missing
restrictions
key inLogicalDefinitionAxiom
.
v0.4.7 - 2022-05-04
- Make
meta
attribute ofGraph
optional and fixserde
still requiring some optional fields.
v0.4.6 - 2022-05-04
- Optional fields being required when parsing serialized OBO Graphs (#20).
v0.4.5 - 2022-01-20
- Bumped
fastobo
tov0.15.0
.
v0.4.4 - 2022-01-20
- Bumped
fastobo
tov0.14.0
. - Implement extraction of
Ontology
andDataVersion
header clauses from OBO graphs.
v0.4.3 - 2021-02-18
- Bumped
fastobo
tov0.13.0
. - Replaced Travis-CI with GitHub Actions for CI/CD.
v0.4.2 - 2020-11-17
- Bumped
fastobo
tov0.12.0
. - Replaced
err-derive
dependency withthiserror
crate.
v0.4.1 - 2020-08-30
- Bumped
fastobo
tov0.11.0
.
v0.4.0 - 2020-07-27
- Bumped
fastobo
tov0.10.0
.
v0.3.0 - 2020-06-14
- Bumped
fastobo
version tov0.9.0
.
v0.2.0 - 2020-01-23
- Bumped
fastobo
version tov0.8.0
.
v0.1.2 - 2019-08-27
- Fixed
to_string
being used instead ofinto_string
in someIntoGraphCtx
impl.
- Added BOSC 2019 poster reference to
README.md
.
v0.1.1 - 2019-08-08
fastobo_graphs::to_file
not creating a file withFile::create
.
- Improved documentation in and added example in
README.md
.
v0.1.0 - 2019-08-06
Initial release.