diff --git a/CHANGELOG.md b/CHANGELOG.md index 821ff09..5ee3e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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.3] - 2023-01-13 +### Changed +- Update license copyright years +- Bump dependencies +- Bump the Rust version in Dockerfile +- Fix badges in README.md +- Apply formatting via rustfmt + +### Fixed +- Do not reset the color on state refresh (#51) +- Apply clippy lints + ## [0.9.2] - 2022-12-02 ### Changed - Bump dependencies diff --git a/Cargo.lock b/Cargo.lock index 53a71cd..b26b21d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,7 +435,7 @@ dependencies = [ [[package]] name = "gpg-tui" -version = "0.9.2" +version = "0.9.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index fc18075..2de0c6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpg-tui" -version = "0.9.2" +version = "0.9.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 fb5825e..f6f3806 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 2022" "gpg-tui 0.9.2" +.TH GPG-TUI "1" "January 2023" "gpg-tui 0.9.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 a1adce3..c648910 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 2022" "gpg-tui 0.9.2" +.TH GPG-TUI.TOML "5" "January 2023" "gpg-tui 0.9.3" .SH NAME .PP gpg-tui.toml - configuration file for gpg-tui