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 "] 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