File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
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
+
11
20
12
21
13
22
## [ v0.3.2] - 2022-01-21
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " horned-functional"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
authors = [
" Martin Larralde <[email protected] >" ]
5
5
edition = " 2021"
6
6
license = " MIT"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Add the latest versions of `horned-owl` and `horned-functional` to the
26
26
``` toml
27
27
[dependencies ]
28
28
horned-owl = " 0.10.0"
29
- horned-functional = " 0.3.1 "
29
+ horned-functional = " 0.3.3 "
30
30
```
31
31
32
32
### 🔍 Parser
You can’t perform that action at this time.
0 commit comments