diff options
author | Orhun Parmaksız <orhunparmaksiz@gmail.com> | 2023-02-11 22:37:21 +0300 |
---|---|---|
committer | Orhun Parmaksız <orhunparmaksiz@gmail.com> | 2023-02-11 22:37:21 +0300 |
commit | 45442bf09df2922fa2a61cfdaa7b6f11e85352bb (patch) | |
tree | 5cf778b79bbc8a6c22cc2d7698b3f631fc747afa | |
parent | ee35e9170ca390a03ad62fdce65944a74a085795 (diff) |
chore: Prepare for the 0.9.4 releasev0.9.4
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-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, 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 @@ -505,7 +505,7 @@ dependencies = [ [[package]] name = "gpg-tui" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "chrono", @@ -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 <orhunparmaksiz@gmail.com>"] 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 |