summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2022-05-28 01:00:03 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2022-05-28 01:00:03 +0300
commit8ad3f3a9dad4998fb578191a511240d92ab8f0c6 (patch)
tree526827de57a92d50f692b420d6cc6d70becc4559
parent37d701ef5a564bd2b688670c582ddb4a6843a60e (diff)
chore: Prepare for the 0.9.0 releasev0.9.0
-rw-r--r--CHANGELOG.md20
-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, 24 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 635f7a1..b93585a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,26 @@ 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.0] - 2022-05-27
+### Added
+- Support customizing key bindings (#6)
+- Add a separate script for preparing the test environment
+
+### Changed
+- Bump dependencies
+- Bump the Rust version in Dockerfile
+- Update man page about custom key bindings
+
+### Fixed
+- Fix the formatting
+- Update application handler tests about custom key bindings
+- Update custom key binding handler test
+- Fix the keycode handler test
+- Fix typo in the script name
+
+### Removed
+- Remove edition key from rustfmt config
+
## [0.8.3] - 2022-02-18
### Added
- Support custom file name for the exported keys (#4)
diff --git a/Cargo.lock b/Cargo.lock
index 3e9810e..9c8a3d4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -354,7 +354,7 @@ dependencies = [
[[package]]
name = "gpg-tui"
-version = "0.8.3"
+version = "0.9.0"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index c9c31da..b926f32 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpg-tui"
-version = "0.8.3"
+version = "0.9.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 e43e68e..2e364b2 100644
--- a/man/gpg-tui.1
+++ b/man/gpg-tui.1
@@ -1,6 +1,6 @@
.\" Manpage for gpg-tui
.nh
-.TH GPG-TUI "1" "February 2022" "gpg-tui 0.8.3"
+.TH GPG-TUI "1" "May 2022" "gpg-tui 0.9.0"
.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 927f06f..a8b54aa 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" "February 2022" "gpg-tui 0.8.3"
+.TH GPG-TUI.TOML "5" "May 2022" "gpg-tui 0.9.0"
.SH NAME
.PP
gpg-tui.toml - configuration file for gpg-tui