Skip to content

Commit ee150ec

Browse files
committed
Release v0.3.1
1 parent 892b47e commit ee150ec

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,26 @@ 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.0...HEAD
10+
[Unreleased]: https://github.com/fastobo/horned-functional/compare/v0.3.1...HEAD
11+
12+
13+
## [v0.3.1] - 2022-01-19
14+
15+
[v0.3.1]: https://github.com/fastobo/horned-functional/compare/v0.3.0...v0.3.1
16+
17+
### Changed
18+
- Renamed `Error` variants for less redudancy (removed `Error` suffix where applicable).
19+
1120

1221

1322
## [v0.3.0] - 2022-01-19
1423

1524
[v0.3.0]: https://github.com/fastobo/horned-functional/compare/v0.2.0...v0.3.0
1625

1726
### Added
18-
- `Context` struct to pass optional `horned_owl::model::Build` and `curie::PrefixMapping`
19-
references to use while parsing and serializing.
20-
- `AsFunctional` trait to render OWL elements in Functional-style syntax
21-
format.
22-
- `FromFunctional` implementation for `Axiom` based on the `Axiom` implementation
23-
discarding the annotations.
27+
- `Context` struct to pass optional `horned_owl::model::Build` and `curie::PrefixMapping` references to use while parsing and serializing.
28+
- `AsFunctional` trait to render OWL elements in Functional-style syntax format.
29+
- `FromFunctional` implementation for `Axiom` based on the `Axiom` implementation discarding the annotations.
2430
- Update `FromPair` code to support `AnonymousIndividual` where possible.
2531
- `horned_functional::to_string` function to render an `Ontology`.
2632

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.0"
3+
version = "0.3.1"
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.0"
29+
horned-functional = "0.3.1"
3030
```
3131

3232
### 🔍 Parser

0 commit comments

Comments
 (0)