Skip to content

Commit 5c8af34

Browse files
committed
Release v0.3.3
1 parent 5e35e0c commit 5c8af34

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10-
[Unreleased]: https://github.com/fastobo/horned-functional/compare/v0.3.2...HEAD
10+
[Unreleased]: https://github.com/fastobo/horned-functional/compare/v0.3.3...HEAD
11+
12+
13+
## [v0.3.3] - 2022-01-21
14+
15+
[v0.3.3]: https://github.com/fastobo/horned-functional/compare/v0.3.2...v0.3.3
16+
17+
### Fixed
18+
- `AsFunctional` implementation of `curie::PrefixMapping` not writing the IRI delimiters.
19+
1120

1221

1322
## [v0.3.2] - 2022-01-21

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "horned-functional"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["Martin Larralde <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the latest versions of `horned-owl` and `horned-functional` to the
2626
```toml
2727
[dependencies]
2828
horned-owl = "0.10.0"
29-
horned-functional = "0.3.1"
29+
horned-functional = "0.3.3"
3030
```
3131

3232
### 🔍 Parser

0 commit comments

Comments
 (0)