Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 21, 2022
1 parent a952b53 commit f96d26c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/fastobo/fastobo-owl/compare/syntax/v0.1.0...HEAD
[Unreleased]: https://github.com/fastobo/fastobo-owl/compare/v0.1.1...HEAD


## [v0.1.1] - 2022-01-20

[v0.1.1]: https://github.com/fastobo/fastobo-owl/compare/v0.1.0...v0.1.1

### Changed
- Bump required `horned-functional` version to `v0.3.2`.


## [v0.1.0] - 2022-01-20

[v0.1.0]: https://github.com/fastobo/fastobo-owl/compare/syntax/836b59e...v0.1.0
[v0.1.0]: https://github.com/fastobo/fastobo-owl/compare/836b59e...v0.1.0

Initial release.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastobo-owl"
version = "0.1.0"
version = "0.1.1"
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 @@ -27,7 +27,7 @@ Add `fastobo-owl` to the `[dependencies]` sections of your `Cargo.toml`
manifest:
```toml
[dependencies]
fastobo-owl = "0.1"
fastobo-owl = "0.1.1"
```

Then use the `IntoOwl` trait to convert an [`OboDoc`] into any OWL ontology
Expand Down

0 comments on commit f96d26c

Please sign in to comment.