From 29d4192e741d8eb85deaa236963c32b6c447c958 Mon Sep 17 00:00:00 2001 From: Matias Korhonen Date: Wed, 8 Mar 2023 14:21:46 +0200 Subject: [PATCH] Release paper-age version 1.1.1 --- 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 43dd173..50c1565 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.1.1] - 2023-03-08 + ### Changed - Documentation fixes and improvements @@ -67,7 +69,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.1.0...HEAD +[Unreleased]: https://github.com/matiaskorhonen/paper-age/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/matiaskorhonen/paper-age/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/matiaskorhonen/paper-age/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/matiaskorhonen/paper-age/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/matiaskorhonen/paper-age/compare/v0.1.0...v1.0.0 diff --git a/Cargo.lock b/Cargo.lock index b9e77aa..7ea5f3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1214,7 +1214,7 @@ dependencies = [ [[package]] name = "paper-age" -version = "1.1.0" +version = "1.1.1" dependencies = [ "age", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 62eee76..dba30a7 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.1.0" +version = "1.1.1" edition = "2021" repository = "https://github.com/matiaskorhonen/paper-age" authors = ["Matias Korhonen "] diff --git a/README.md b/README.md index c4a0108..40a4dc9 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,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.1.0/paper-age-universal-apple-darwin.tar.gz +curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.1.1/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.1.0/paper-age-x86_64-unknown-linux-gnu.tar.gz +curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.1.1/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.1.0/paper-age-aarch64-unknown-linux-gnu.tar.gz +curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.1.1/paper-age-aarch64-unknown-linux-gnu.tar.gz # Extract the files tar -xf paper-age.tar.gz