From 172bad70fa00956ff0e381926c45c7b3a90aaf55 Mon Sep 17 00:00:00 2001 From: Adam Spofford Date: Thu, 31 Oct 2024 06:38:34 -0700 Subject: [PATCH] Release 0.5.1 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6269c9b..c298894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.5.1] - 2024-10-31 + +- Added `quill neuron-manage --set-visibility`. + ## [0.5.0] - 2024-07-10 - Overhauled PEM auth. PEM files are now password-protected by default, and must be used instead of seed files. Passwords can be provided interactively or with `--password-file`. Keys can be generated unencrypted with `quill generate --storage-mode plaintext`, and encrypted keys can be converted to plaintext with `quill decrypt-pem`. diff --git a/Cargo.lock b/Cargo.lock index 681d77f..6b4ead2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5063,7 +5063,7 @@ checksum = "4339fc7a1021c9c1621d87f5e3505f2805c8c105420ba2f2a4df86814590c142" [[package]] name = "quill" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 8453036..0846702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quill" -version = "0.5.0" +version = "0.5.1" authors = ["DFINITY Team"] edition = "2021" rust-version = "1.75.0"