From 5c8af348c3b9d190946db8e2f62c8bbdc5b7da23 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Fri, 21 Jan 2022 20:23:35 +0100 Subject: [PATCH] Release v0.3.3 --- CHANGELOG.md | 11 ++++++++++- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb37852..7f72754 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.2...HEAD +[Unreleased]: https://github.com/fastobo/horned-functional/compare/v0.3.3...HEAD + + +## [v0.3.3] - 2022-01-21 + +[v0.3.3]: https://github.com/fastobo/horned-functional/compare/v0.3.2...v0.3.3 + +### Fixed +- `AsFunctional` implementation of `curie::PrefixMapping` not writing the IRI delimiters. + ## [v0.3.2] - 2022-01-21 diff --git a/Cargo.toml b/Cargo.toml index 1350908..659356d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "horned-functional" -version = "0.3.2" +version = "0.3.3" authors = ["Martin Larralde "] edition = "2021" license = "MIT" diff --git a/README.md b/README.md index 2d7a713..5a2db6a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the latest versions of `horned-owl` and `horned-functional` to the ```toml [dependencies] horned-owl = "0.10.0" -horned-functional = "0.3.1" +horned-functional = "0.3.3" ``` ### 🔍 Parser