summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-02-11 22:37:21 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-02-11 22:37:21 +0300
commit45442bf09df2922fa2a61cfdaa7b6f11e85352bb (patch)
tree5cf778b79bbc8a6c22cc2d7698b3f631fc747afa
parentee35e9170ca390a03ad62fdce65944a74a085795 (diff)
chore: Prepare for the 0.9.4 releasev0.9.4
-rw-r--r--CHANGELOG.md9
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man/gpg-tui.12
-rw-r--r--man/gpg-tui.toml.52
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 <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