From a7e9c560c2a2776be4a6cd4df5713837d97b42cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Mon, 1 May 2023 00:48:28 +0200 Subject: [PATCH] release v0.7.3 --- .github/workflows/release.yml | 4 +++- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b489d6..083096f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,6 +93,8 @@ jobs: uses: actions/checkout@v2 - name: Install rust uses: actions-rs/toolchain@v1 + with: + toolchain: stable - name: Builds release uses: actions-rs/cargo@v1 with: @@ -110,7 +112,7 @@ jobs: ./himalaya.exe completion powershell > ./completions/himalaya.powershell ./himalaya.exe completion zsh > ./completions/himalaya.zsh tar -czf himalaya.tar.gz himalaya.exe man completions - zip -r himalaya.zip himalaya.exe man completions + tar -czf himalaya.zip himalaya.exe man completions - name: Upload tar.gz release asset uses: actions/upload-release-asset@v1 env: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0707371..5a76684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.3] - 2023-05-01 + ### Fixed - Fixed Windows releases (due to typo in the github action script). @@ -553,7 +555,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Password from command [#22] - Set up README [#20] -[Unreleased]: https://github.com/soywod/himalaya/compare/v0.7.2...develop +[Unreleased]: https://github.com/soywod/himalaya/compare/v0.7.3...HEAD +[0.7.3]: https://github.com/soywod/himalaya/compare/v0.7.2...v0.7.3 [0.7.2]: https://github.com/soywod/himalaya/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/soywod/himalaya/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/soywod/himalaya/compare/v0.6.1...v0.7.0 diff --git a/Cargo.lock b/Cargo.lock index 4b40a4a..aa0a655 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,7 +777,7 @@ dependencies = [ [[package]] name = "himalaya" -version = "0.7.2" +version = "0.7.3" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 6f5197e..4e189e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "himalaya" description = "CLI to manage your emails." -version = "0.7.2" +version = "0.7.3" authors = ["soywod "] edition = "2021" license = "MIT"