From 31853b34faac63816beb12460270778d230493b6 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Mon, 5 Dec 2022 18:48:55 +0100 Subject: [PATCH] Release v0.4.8 --- CHANGELOG.md | 10 +++++++++- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a04cf..9deb73a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -[Unreleased]: https://github.com/fastobo/fastobo-graphs/compare/v0.4.7...HEAD +[Unreleased]: https://github.com/fastobo/fastobo-graphs/compare/v0.4.8...HEAD + +## [v0.4.8] - 2022-12-05 +[v0.4.8]: https://github.com/fastobo/fastobo-graphs/compare/v0.4.7...v0.4.8 +### 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 [v0.4.7]: https://github.com/fastobo/fastobo-graphs/compare/v0.4.6...v0.4.7 diff --git a/Cargo.toml b/Cargo.toml index bf67b93..c2bd870 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastobo-graphs" -version = "0.4.7" +version = "0.4.8" authors = ["Martin Larralde "] edition = "2018" license = "MIT"