From 58959c29b820c824d582137af45f6d878a41f45d Mon Sep 17 00:00:00 2001 From: Matias Korhonen Date: Wed, 14 Aug 2024 18:41:33 +0300 Subject: [PATCH] Release paper-age version 1.3.3 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1dd67..5b0f40c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [1.3.3] - 2024-08-14 + ### Changed - Adds codesigning and notarization on macOS @@ -134,7 +136,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Prevent accidental overwrites of the output file -[Unreleased]: https://github.com/matiaskorhonen/paper-age/compare/v1.3.2...HEAD +[Unreleased]: https://github.com/matiaskorhonen/paper-age/compare/v1.3.3...HEAD +[1.3.3]: https://github.com/matiaskorhonen/paper-age/compare/v1.3.2...v1.3.3 [1.3.2]: https://github.com/matiaskorhonen/paper-age/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/matiaskorhonen/paper-age/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/matiaskorhonen/paper-age/compare/v1.2.1...v1.3.0 diff --git a/Cargo.lock b/Cargo.lock index 4bf0220..54d6cd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1225,7 +1225,7 @@ dependencies = [ [[package]] name = "paper-age" -version = "1.3.3-beta.1" +version = "1.3.3" dependencies = [ "age", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 54134cb..bdbf7b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "paper-age" description = "Easy and secure paper backups of secrets" -version = "1.3.3-beta.1" +version = "1.3.3" edition = "2021" rust-version = "1.74" repository = "https://github.com/matiaskorhonen/paper-age" diff --git a/README.md b/README.md index 3fa047e..b9c9463 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,11 @@ Download the latest release from the [Releases](https://github.com/matiaskorhone ```sh # Download the latest release (pick your OS) # macOS (Intel or Apple Silicon): -curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.3.2/paper-age-universal-apple-darwin.tar.gz +curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.3.3/paper-age-universal-apple-darwin.tar.gz # Linux (x86-64): -curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.3.2/paper-age-x86_64-unknown-linux-gnu.tar.gz +curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.3.3/paper-age-x86_64-unknown-linux-gnu.tar.gz # Linux (ARM): -curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.3.2/paper-age-aarch64-unknown-linux-gnu.tar.gz +curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.3.3/paper-age-aarch64-unknown-linux-gnu.tar.gz # Verify the artifact attestation using the GitHub CLI tool (optional) gh attestation verify paper-age.tar.gz --repo matiaskorhonen/paper-age