Skip to content

Commit

Permalink
Release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 21, 2022
1 parent a59984f commit 4634f6c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,22 @@ 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.1...HEAD
[Unreleased]: https://github.com/fastobo/horned-functional/compare/v0.3.2...HEAD


## [v0.3.2] - 2022-01-21

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

### Added
- `AsFunctional` implementation for `AxiomMappedOntology`.
- Optional `memmap` support to read from a memory-mapped file.

### Fixed
- Invalid rendering of ontologies by `horned_functional::to_string`.

### Changed
- Loader functions can take any `Ontology + FromFunctional` implementor, allowing to build either a `SetOntology` or an `AxiomMappedOntology`.


## [v0.3.1] - 2022-01-19
Expand All @@ -18,7 +33,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- 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
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.1"
version = "0.3.2"
authors = ["Martin Larralde <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 4634f6c

Please sign in to comment.