Skip to content

Commit

Permalink
Release v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 26, 2022
1 parent 63a6341 commit 98d6d86
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "README.md CHANGELOG.md COPYING"
ARCHIVE_TYPES: ${{ matrix.archive }}
UPLOAD_MODE: none
- name: Release archives
uses: softprops/action-gh-release@v1
with:
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/fastobo/fastobo/compare/v0.4.5...HEAD
[Unreleased]: https://github.com/fastobo/fastobo/compare/v0.4.6...HEAD

## [v0.4.6] - 2022-09-26
[v0.4.6]: https://github.com/fastobo/fastobo/compare/v0.4.5...v0.4.6
### Fixed
- Binaries not being released from GitHub Actions.

## [v0.4.5] - 2022-09-26
[v0.4.5]: https://github.com/fastobo/fastobo/compare/v0.4.4...v0.4.5
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.5"
version = "0.4.6"
authors = ["Martin Larralde <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 98d6d86

Please sign in to comment.