Skip to content

Commit

Permalink
Release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 21, 2022
1 parent 5e35e0c commit 5c8af34
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "horned-functional"
version = "0.3.2"
version = "0.3.3"
authors = ["Martin Larralde <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c8af34

Please sign in to comment.