diff options
author | Orhun Parmaksız <orhunparmaksiz@gmail.com> | 2023-01-13 16:25:50 +0300 |
---|---|---|
committer | Orhun Parmaksız <orhunparmaksiz@gmail.com> | 2023-01-13 16:25:50 +0300 |
commit | cfcea26d46fb0da2efad77298c3e6464ef7fefbe (patch) | |
tree | b2d6ba055da0f8c9f34d0a8cd6c282df6a473e69 | |
parent | ed9227a7decfb6750c0f50c57a976b78e34ba0e5 (diff) |
chore: Prepare for the 0.9.3 releasev0.9.3
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | man/gpg-tui.1 | 2 | ||||
-rw-r--r-- | man/gpg-tui.toml.5 | 2 |
5 files changed, 16 insertions, 4 deletions
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 @@ -435,7 +435,7 @@ dependencies = [ [[package]] name = "gpg-tui" -version = "0.9.2" +version = "0.9.3" dependencies = [ "anyhow", "chrono", @@ -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 <orhunparmaksiz@gmail.com>"] 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 |