summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-06-07 22:56:16 +0300
committerorhun <orhun@archlinux.org>2021-06-07 22:56:16 +0300
commit572a515ed3f4b80c8918b501891071ce31248a2d (patch)
tree376c6a1030929ee2e9ca2eaa8b3f25e65b4b0e41
parent6943075cf4523bd855c3d2b30497bb49f3daf014 (diff)
chore: Prepare for the 0.4.0 releasev0.4.0
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man/gpg-tui.12
4 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7fa4ce..7fb06c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@ 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.4.0] - 2021-06-07
+### Changed
+- Extract get_output_file from export_keys method
+- Support exporting secret subkeys (#15)
+- Update COMMANDS.md about export command
+- Update README.md about exporting secret subkeys
+
## [0.3.0] - 2021-06-05
### Added
- Add packaging status badge to README.md
diff --git a/Cargo.lock b/Cargo.lock
index e6e0c69..849dfdb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -289,7 +289,7 @@ dependencies = [
[[package]]
name = "gpg-tui"
-version = "0.3.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 4b18371..e302b17 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpg-tui"
-version = "0.3.0"
+version = "0.4.0"
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 58a3b96..dcc66dd 100644
--- a/man/gpg-tui.1
+++ b/man/gpg-tui.1
@@ -1,5 +1,5 @@
.\" Manpage for gpg-tui.
-.TH GPG-TUI "1" "June 2021" "gpg-tui 0.3.0" "User Commands"
+.TH GPG-TUI "1" "June 2021" "gpg-tui 0.4.0" "User Commands"
.SH NAME
gpg-tui \- manage your GnuPG keys with ease