Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 19, 2022
1 parent 892b47e commit ee150ec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,26 @@ 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.0...HEAD
[Unreleased]: https://github.com/fastobo/horned-functional/compare/v0.3.1...HEAD


## [v0.3.1] - 2022-01-19

[v0.3.1]: https://github.com/fastobo/horned-functional/compare/v0.3.0...v0.3.1

### Changed
- Renamed `Error` variants for less redudancy (removed `Error` suffix where applicable).



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

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

### Added
- `Context` struct to pass optional `horned_owl::model::Build` and `curie::PrefixMapping`
references to use while parsing and serializing.
- `AsFunctional` trait to render OWL elements in Functional-style syntax
format.
- `FromFunctional` implementation for `Axiom` based on the `Axiom` implementation
discarding the annotations.
- `Context` struct to pass optional `horned_owl::model::Build` and `curie::PrefixMapping` references to use while parsing and serializing.
- `AsFunctional` trait to render OWL elements in Functional-style syntax format.
- `FromFunctional` implementation for `Axiom` based on the `Axiom` implementation discarding the annotations.
- Update `FromPair` code to support `AnonymousIndividual` where possible.
- `horned_functional::to_string` function to render an `Ontology`.

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.0"
version = "0.3.1"
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.0"
horned-functional = "0.3.1"
```

### 🔍 Parser
Expand Down

0 comments on commit ee150ec

Please sign in to comment.