File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed
Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " horned-functional"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44authors = [
" Martin Larralde <[email protected] >" ]
55edition = " 2021"
66license = " 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
2626``` toml
2727[dependencies ]
2828horned-owl = " 0.10.0"
29- horned-functional = " 0.3.0 "
29+ horned-functional = " 0.3.1 "
3030```
3131
3232### 🔍 Parser
You can’t perform that action at this time.
0 commit comments