summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2022-02-19 02:08:03 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2022-02-19 02:08:03 +0300
commit86bad3eb26cee8874dbaff0af4c1745c64fae1a1 (patch)
treee88db6fbd103d09ebf0203affb0b405ebc98c21a
parent1d390649caae6c0b9b0f6fd72fa165289679e8ce (diff)
chore: Prepare for the 0.8.3 releasev0.8.3
-rw-r--r--CHANGELOG.md13
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man/gpg-tui.12
-rw-r--r--man/gpg-tui.toml.52
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 <orhunparmaksiz@gmail.com>"]
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