From 45442bf09df2922fa2a61cfdaa7b6f11e85352bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 11 Feb 2023 22:37:21 +0300 Subject: chore: Prepare for the 0.9.4 release --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- man/gpg-tui.1 | 2 +- man/gpg-tui.toml.5 | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee3e3f..6ee6ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.4] - 2023-02-11 +### Changed +- Bump dependencies +- Bump the Rust version in Dockerfile + +### Fixed +- Update cargo-tarpaulin installation command +- Make detail level optional in config (#53) + ## [0.9.3] - 2023-01-13 ### Changed - Update license copyright years diff --git a/Cargo.lock b/Cargo.lock index 6ea0192..9fc22b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ [[package]] name = "gpg-tui" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 15cc4f1..27e91e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpg-tui" -version = "0.9.3" +version = "0.9.4" 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 f6f3806..439b2e7 100644 --- a/man/gpg-tui.1 +++ b/man/gpg-tui.1 @@ -1,6 +1,6 @@ .\" Manpage for gpg-tui .nh -.TH GPG-TUI "1" "January 2023" "gpg-tui 0.9.3" +.TH GPG-TUI "1" "February 2023" "gpg-tui 0.9.4" .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 c648910..d90edab 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" "January 2023" "gpg-tui 0.9.3" +.TH GPG-TUI.TOML "5" "February 2023" "gpg-tui 0.9.4" .SH NAME .PP gpg-tui.toml - configuration file for gpg-tui -- cgit v1.2.3