Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 21, 2022
1 parent 278d737 commit 6060d4b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- name: Package and publish declaration crate
- name: Package and publish crate
uses: actions-rs/cargo@v1
with:
command: publish
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/fastobo/fastobo/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/fastobo/fastobo/compare/v0.4.1...HEAD

## [v0.4.1] - 2022-02-21
[v0.4.1]: https://github.com/fastobo/fastobo/compare/v0.4.0...v0.4.1
### Changed
- Bump `clap` to `v3.1.0`.
- Bump `fastobo` to `v0.15.0`.

## [v0.4.0] - 2020-12-01
[v0.4.0]: https://github.com/fastobo/fastobo/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-validator"
version = "0.4.0"
version = "0.4.1"
authors = ["Martin Larralde <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 6060d4b

Please sign in to comment.