From 6b319035d986f7831e9236857b774de6e75a0b24 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Wed, 18 Nov 2020 15:09:02 +0100 Subject: [PATCH] Release v0.1.3 --- CHANGELOG.md | 10 +++++++++- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 697a548..dcc285b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -[Unreleased]: https://github.com/fastobo/horned-functional/compare/v0.1.2...HEAD +[Unreleased]: https://github.com/fastobo/horned-functional/compare/v0.1.3...HEAD + + +## [v0.1.3] - 2020-11-18 + +### Changed +- Use `thiserror` instead of `err-derive` to derive error trait. + +[v0.1.3]: https://github.com/fastobo/horned-functional/compare/v0.1.2...v0.1.3 ## [v0.1.2] - 2020-04-10 diff --git a/Cargo.toml b/Cargo.toml index 418e6d1..c854fb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "horned-functional" -version = "0.1.2" +version = "0.1.3" authors = ["Martin Larralde "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index 1ed1adc..375641c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Add `horned-owl` and `horned-functional` to the `[dependencies]` sections of your `Cargo.toml` manifest: ```toml [dependencies] -horned-functional = "0.1.1" +horned-functional = "0.1.3" ``` The `from_reader` function is the easiest way to deserialize an OWL Functional