From 390f40742b5f47cc1732703e56ef0ca04fc0dfe6 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Thu, 13 Feb 2020 13:38:33 +0100 Subject: [PATCH] Release v0.2.4 --- CHANGELOG.md | 8 +++++++- COPYING | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index feb2910..3cd0621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -[Unreleased]: https://github.com/fastobo/fastobo/compare/v0.2.3...HEAD +[Unreleased]: https://github.com/fastobo/fastobo/compare/v0.2.4...HEAD + + +## [v0.2.4] - 2020-02-13 + +[v0.2.4]: https://github.com/fastobo/fastobo/compare/v0.2.3...v0.2.4 ### Changed +- Bumped `fastobo` dependency from `v0.7.0` to `v0.8.2`. - Removed `err-derive` dependency. diff --git a/COPYING b/COPYING index 83482be..f63e200 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Martin Larralde +Copyright (c) 2019-2020 Martin Larralde Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Cargo.lock b/Cargo.lock index 50dccbb..0c184eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,7 +262,7 @@ dependencies = [ [[package]] name = "fastobo-validator" -version = "0.2.3" +version = "0.2.4" dependencies = [ "assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3766b26..a21f1de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastobo-validator" -version = "0.2.3" +version = "0.2.4" authors = ["Martin Larralde "] edition = "2018" license = "MIT"