From a4c2a59209cd46b2d75af477ec0de9292beabe90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 18 Aug 2022 01:28:30 +0200 Subject: chore: Prepare for the 0.9.1 release --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- man/gpg-tui.1 | 2 +- man/gpg-tui.toml.5 | 2 +- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b93585a..c49a97a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.1] - 2022-08-18 +### Added +- Support setting the detail level via config or args (#44) + +### Changed +- Enable GitHub Sponsors for funding +- Apply clippy lints for tests +- Bump dependencies +- Set MSRV to 1.57.0 + +### Fixed +- Apply clippy lints +- Update test preparation script about gpg directories + +### Removed +- Remove broken link from README.md + ## [0.9.0] - 2022-05-27 ### Added - Support customizing key bindings (#6) diff --git a/Cargo.lock b/Cargo.lock index 7f14e0a..1d69363 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -397,7 +397,7 @@ dependencies = [ [[package]] name = "gpg-tui" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ecbd96e..254c2ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpg-tui" -version = "0.9.0" +version = "0.9.1" description = "Manage your GnuPG keys with ease!" authors = ["Orhun Parmaksız "] license = "MIT" diff --git a/man/gpg-tui.1 b/man/gpg-tui.1 index f755ced..0d5ba1f 100644 --- a/man/gpg-tui.1 +++ b/man/gpg-tui.1 @@ -1,6 +1,6 @@ .\" Manpage for gpg-tui .nh -.TH GPG-TUI "1" "May 2022" "gpg-tui 0.9.0" +.TH GPG-TUI "1" "August 2022" "gpg-tui 0.9.1" .SH NAME .PP gpg-tui \- manage your GnuPG keys with ease diff --git a/man/gpg-tui.toml.5 b/man/gpg-tui.toml.5 index e643495..4ace089 100644 --- a/man/gpg-tui.toml.5 +++ b/man/gpg-tui.toml.5 @@ -1,6 +1,6 @@ .\" Manpage of gpg-tui.toml .nh -.TH GPG-TUI.TOML "5" "May 2022" "gpg-tui 0.9.0" +.TH GPG-TUI.TOML "5" "August 2022" "gpg-tui 0.9.1" .SH NAME .PP gpg-tui.toml - configuration file for gpg-tui -- cgit v1.2.3