From 86bad3eb26cee8874dbaff0af4c1745c64fae1a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 19 Feb 2022 02:08:03 +0300 Subject: [PATCH] chore: Prepare for the 0.8.3 release --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- man/gpg-tui.1 | 2 +- man/gpg-tui.toml.5 | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a87d8..635f7a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.8.3] - 2022-02-18 +### Added +- Support custom file name for the exported keys (#4) + +### Changed +- Switch to clap for argument parsing +- Update license copyright years +- Update lychee arguments +- Apply clippy::needless_borrow suggestion +- Add tests for custom file name +- Bump the Rust version in Dockerfile +- Bump dependencies + ## [0.8.2] - 2021-12-14 ### Changed - Allow showing options menu for empty keyrings diff --git a/Cargo.lock b/Cargo.lock index 065388c..abaeb73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,7 +360,7 @@ dependencies = [ [[package]] name = "gpg-tui" -version = "0.8.2" +version = "0.8.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d0005d1..571f292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpg-tui" -version = "0.8.2" +version = "0.8.3" 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 9e19ebf..e43e68e 100644 --- a/man/gpg-tui.1 +++ b/man/gpg-tui.1 @@ -1,6 +1,6 @@ .\" Manpage for gpg-tui .nh -.TH GPG-TUI "1" "December 2021" "gpg-tui 0.8.2" +.TH GPG-TUI "1" "February 2022" "gpg-tui 0.8.3" .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 9385d31..7b5872b 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" "December 2021" "gpg-tui 0.8.2" +.TH GPG-TUI.TOML "5" "February 2022" "gpg-tui 0.8.3" .SH NAME .PP gpg-tui.toml - configuration file for gpg-tui