File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88<!-- next-header -->
99## [ Unreleased] - ReleaseDate
1010
11+ ## [ 1.5.0] - 2026-02-24
12+
1113- Replace the SVG-based QR code rendering with a more optimised solution
1214- Add a feature gate for the CLI
1315- Prune the dependency tree
@@ -154,7 +156,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154156- Prevent accidental overwrites of the output file
155157
156158<!-- next-url -->
157- [ Unreleased ] : https://github.com/matiaskorhonen/paper-age/compare/v1.4.0...HEAD
159+ [ Unreleased ] : https://github.com/matiaskorhonen/paper-age/compare/v1.5.0...HEAD
160+ [ 1.5.0 ] : https://github.com/matiaskorhonen/paper-age/compare/v1.4.0...v1.5.0
158161[ 1.4.0 ] : https://github.com/matiaskorhonen/paper-age/compare/v1.3.4...v1.4.0
159162[ 1.3.4 ] : https://github.com/matiaskorhonen/paper-age/compare/v1.3.3...v1.3.4
160163[ 1.3.3 ] : https://github.com/matiaskorhonen/paper-age/compare/v1.3.2...v1.3.3
Original file line number Diff line number Diff line change 11[package ]
22name = " paper-age"
33description = " Easy and secure paper backups of secrets"
4- version = " 1.4 .0"
4+ version = " 1.5 .0"
55edition = " 2021"
66rust-version = " 1.74"
77repository = " https://github.com/matiaskorhonen/paper-age"
Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ Download the latest release from the [Releases](https://github.com/matiaskorhone
6767``` sh
6868# Download the latest release (pick your OS)
6969# macOS (Intel or Apple Silicon):
70- curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.4 .0/paper-age-universal-apple-darwin.tar.gz
70+ curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.5 .0/paper-age-universal-apple-darwin.tar.gz
7171# Linux (x86-64):
72- curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.4 .0/paper-age-x86_64-unknown-linux-gnu.tar.gz
72+ curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.5 .0/paper-age-x86_64-unknown-linux-gnu.tar.gz
7373# Linux (ARM):
74- curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.4 .0/paper-age-aarch64-unknown-linux-gnu.tar.gz
74+ curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.5 .0/paper-age-aarch64-unknown-linux-gnu.tar.gz
7575
7676# Verify the artifact attestation using the GitHub CLI tool (optional)
7777gh attestation verify paper-age.tar.gz --repo matiaskorhonen/paper-age
You can’t perform that action at this time.
0 commit comments