Skip to content

Commit

Permalink
Release v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 21, 2022
1 parent 1d8d676 commit aa87809
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ jobs:
with:
command: build
args: '--release --target=x86_64-unknown-linux-musl'
- name: Compress binary
uses: svenstaro/upx-action@v2
with:
file: target/x86_64-unknown-linux-musl/release/fastobo-validator
# - name: Compress binary
# uses: svenstaro/upx-action@v2
# with:
# file: target/x86_64-unknown-linux-musl/release/fastobo-validator
- name: Create distribution archive
run: tar czf fastobo_validator-x86_64-linux-musl.tar.gz README.md CHANGELOG.md COPYING -C target/x86_64-unknown-linux-musl/release/ fastobo-validator
- name: Release files
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.3...HEAD
[Unreleased]: https://github.com/fastobo/fastobo/compare/v0.4.4...HEAD

## [v0.4.4] - 2022-02-21
[v0.4.4]: https://github.com/fastobo/fastobo/compare/v0.4.3...v0.4.4
### Fixed
- Drop compression with UPX before releasing static Linux binaries.

## [v0.4.3] - 2022-02-21
[v0.4.3]: https://github.com/fastobo/fastobo/compare/v0.4.2...v0.4.3
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.3"
version = "0.4.4"
authors = ["Martin Larralde <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit aa87809

Please sign in to comment.