From 629a508238cb05998808a3a85449c1ba6e9a70f1 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Tue, 15 Feb 2022 11:16:18 +0100 Subject: [PATCH] Release v0.4.0 --- CHANGELOG.md | 11 ++++++++++- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f72754..26f10fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -[Unreleased]: https://github.com/fastobo/horned-functional/compare/v0.3.3...HEAD +[Unreleased]: https://github.com/fastobo/horned-functional/compare/v0.4.0...HEAD + + +## [v0.4.0] - 2022-02-15 + +[v0.4.0]: https://github.com/fastobo/horned-functional/compare/v0.3.3...v0.4.0 + +### Changed +- Bumped `horned-owl` to `v0.10.1`. +- Bumped `curie` to `v0.1.1`. ## [v0.3.3] - 2022-01-21 diff --git a/Cargo.toml b/Cargo.toml index a264108..ce43d4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "horned-functional" -version = "0.3.3" +version = "0.4.0" authors = ["Martin Larralde "] edition = "2021" license = "MIT" diff --git a/README.md b/README.md index 5a2db6a..c63a2e7 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Add the latest versions of `horned-owl` and `horned-functional` to the `[dependencies]` sections of your `Cargo.toml` manifest: ```toml [dependencies] -horned-owl = "0.10.0" -horned-functional = "0.3.3" +horned-owl = "0.11.0" +horned-functional = "0.4.0" ``` ### 🔍 Parser