Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 23, 2022
1 parent 1b0c741 commit 936ecd5
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/fastobo-owl/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/fastobo/fastobo-owl/compare/v0.2.1...HEAD


## [v0.2.1] - 2022-02-23

[v0.2.1]: https://github.com/fastobo/fastobo-owl/compare/v0.2.0...v0.2.1

### Fixed
- Make the OWL document obtained from an OBO document import `oboInOwl`.


## [v0.2.0] - 2022-01-15
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 = "fastobo-owl"
version = "0.2.0"
version = "0.2.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.2.0"
fastobo-owl = "0.2.1"
```

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

0 comments on commit 936ecd5

Please sign in to comment.