From 98d6d86043390aa539b3bb94e9149b26b6d18fe6 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Mon, 26 Sep 2022 22:32:51 +0200 Subject: [PATCH] Release v0.4.6 --- .github/workflows/test.yml | 1 + CHANGELOG.md | 7 ++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bfc269b..1ce7ea9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b45dc4..efdcafc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index ecf1178..1c048b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,7 +305,7 @@ dependencies = [ [[package]] name = "fastobo-validator" -version = "0.4.5" +version = "0.4.6" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 39cf6c8..de459fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastobo-validator" -version = "0.4.5" +version = "0.4.6" authors = ["Martin Larralde "] edition = "2018" license = "MIT"