summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2022-12-03 00:09:52 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2022-12-03 00:09:52 +0300
commit85a1a5915e15e4f7a9dddcdbc6bb6fb1bc2bf7d9 (patch)
treec0175d6154ea1d3fd159c15eb6adf985cfca4d67
parentdd32b387b28cb734643fcd7fef630a647884d6ed (diff)
chore: Prepare for the 0.9.2 releasev0.9.2
-rw-r--r--CHANGELOG.md11
-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, 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 <orhunparmaksiz@gmail.com>"]
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