Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 18, 2020
1 parent fd05759 commit 6b31903
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/fastobo/horned-functional/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/fastobo/horned-functional/compare/v0.1.3...HEAD


## [v0.1.3] - 2020-11-18

### Changed
- Use `thiserror` instead of `err-derive` to derive error trait.

[v0.1.3]: https://github.com/fastobo/horned-functional/compare/v0.1.2...v0.1.3


## [v0.1.2] - 2020-04-10
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.1.2"
version = "0.1.3"
authors = ["Martin Larralde <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add `horned-owl` and `horned-functional` to the `[dependencies]` sections of
your `Cargo.toml` manifest:
```toml
[dependencies]
horned-functional = "0.1.1"
horned-functional = "0.1.3"
```

The `from_reader` function is the easiest way to deserialize an OWL Functional
Expand Down

0 comments on commit 6b31903

Please sign in to comment.