From 85a1a5915e15e4f7a9dddcdbc6bb6fb1bc2bf7d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 3 Dec 2022 00:09:52 +0300 Subject: [PATCH] chore: Prepare for the 0.9.2 release --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- man/gpg-tui.1 | 2 +- man/gpg-tui.toml.5 | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c49a97a..821ff09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.2] - 2022-12-02 +### Changed +- Bump dependencies +- Bump the Rust version in Dockerfile +- Update Docker build badge in README.md +- Bump Debian distribution in Dockerfile + +### Fixed +- Fix typos (#45) +- Apply clippy lints + ## [0.9.1] - 2022-08-18 ### Added - Support setting the detail level via config or args (#44) diff --git a/Cargo.lock b/Cargo.lock index bdf3ff3..58ca54e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,7 +435,7 @@ dependencies = [ [[package]] name = "gpg-tui" -version = "0.9.1" +version = "0.9.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3a20e4e..106f2b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpg-tui" -version = "0.9.1" +version = "0.9.2" 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 0d5ba1f..fb5825e 100644 --- a/man/gpg-tui.1 +++ b/man/gpg-tui.1 @@ -1,6 +1,6 @@ .\" Manpage for gpg-tui .nh -.TH GPG-TUI "1" "August 2022" "gpg-tui 0.9.1" +.TH GPG-TUI "1" "December 2022" "gpg-tui 0.9.2" .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 4ace089..a1adce3 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" "August 2022" "gpg-tui 0.9.1" +.TH GPG-TUI.TOML "5" "December 2022" "gpg-tui 0.9.2" .SH NAME .PP gpg-tui.toml - configuration file for gpg-tui