Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 15, 2022
1 parent 2b4501e commit 629a508
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ 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.3...HEAD
[Unreleased]: https://github.com/fastobo/horned-functional/compare/v0.4.0...HEAD


## [v0.4.0] - 2022-02-15

[v0.4.0]: https://github.com/fastobo/horned-functional/compare/v0.3.3...v0.4.0

### Changed
- Bumped `horned-owl` to `v0.10.1`.
- Bumped `curie` to `v0.1.1`.


## [v0.3.3] - 2022-01-21
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.3"
version = "0.4.0"
authors = ["Martin Larralde <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Add the latest versions of `horned-owl` and `horned-functional` to the
`[dependencies]` sections of your `Cargo.toml` manifest:
```toml
[dependencies]
horned-owl = "0.10.0"
horned-functional = "0.3.3"
horned-owl = "0.11.0"
horned-functional = "0.4.0"
```

### 🔍 Parser
Expand Down

0 comments on commit 629a508

Please sign in to comment.