Skip to content

Commit

Permalink
Release paper-age version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaskorhonen committed Aug 14, 2024
1 parent 64464d3 commit 58959c2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [1.3.3] - 2024-08-14

### Changed

- Adds codesigning and notarization on macOS
Expand Down Expand Up @@ -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

<!-- next-url -->
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58959c2

Please sign in to comment.