Skip to content

Commit 51b9a61

Browse files
Release paper-age version 1.5.0
1 parent 54f3f40 commit 51b9a61

4 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "paper-age"
33
description = "Easy and secure paper backups of secrets"
4-
version = "1.4.0"
4+
version = "1.5.0"
55
edition = "2021"
66
rust-version = "1.74"
77
repository = "https://github.com/matiaskorhonen/paper-age"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)
7777
gh attestation verify paper-age.tar.gz --repo matiaskorhonen/paper-age

0 commit comments

Comments
 (0)