Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Dec 12, 2021
1 parent be7305d commit e6b67a7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 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.3...HEAD
[Unreleased]: https://github.com/fastobo/horned-functional/compare/v0.2.0...HEAD


## [v0.2.0] - 2020-12-12

### Changed
- Bumped `horned-owl` to `v0.10.0` ([#19](https://github.com/fastobo/horned-functional/pull/19) by [@paulalesius](https://github.com/paulalesius)).

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


## [v0.1.3] - 2020-11-18
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "horned-functional"
version = "0.1.3"
authors = ["Martin Larralde <martin.larralde@ens-paris-saclay.fr>"]
version = "0.2.0"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2021"
license = "MIT"
description = "An OWL2 Functional-style Syntax parser for horned-owl"
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.3"
horned-functional = "0.2.0"
```

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

0 comments on commit e6b67a7

Please sign in to comment.