summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2022-08-18 01:28:30 +0200
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2022-08-18 01:28:30 +0200
commita4c2a59209cd46b2d75af477ec0de9292beabe90 (patch)
tree8cc9dec1d76f954ea258c4c5e51f5248efcc6b65
parent69f2ca8f77176e3aa35a14c46dd807153b9128e9 (diff)
chore: Prepare for the 0.9.1 releasev0.9.1
-rw-r--r--CHANGELOG.md17
-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, 21 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b93585a..c49a97a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,23 @@ 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.1] - 2022-08-18
+### Added
+- Support setting the detail level via config or args (#44)
+
+### Changed
+- Enable GitHub Sponsors for funding
+- Apply clippy lints for tests
+- Bump dependencies
+- Set MSRV to 1.57.0
+
+### Fixed
+- Apply clippy lints
+- Update test preparation script about gpg directories
+
+### Removed
+- Remove broken link from README.md
+
## [0.9.0] - 2022-05-27
### Added
- Support customizing key bindings (#6)
diff --git a/Cargo.lock b/Cargo.lock
index 7f14e0a..1d69363 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -397,7 +397,7 @@ dependencies = [
[[package]]
name = "gpg-tui"
-version = "0.9.0"
+version = "0.9.1"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index ecbd96e..254c2ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpg-tui"
-version = "0.9.0"
+version = "0.9.1"
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 f755ced..0d5ba1f 100644
--- a/man/gpg-tui.1
+++ b/man/gpg-tui.1
@@ -1,6 +1,6 @@
.\" Manpage for gpg-tui
.nh
-.TH GPG-TUI "1" "May 2022" "gpg-tui 0.9.0"
+.TH GPG-TUI "1" "August 2022" "gpg-tui 0.9.1"
.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 e643495..4ace089 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" "May 2022" "gpg-tui 0.9.0"
+.TH GPG-TUI.TOML "5" "August 2022" "gpg-tui 0.9.1"
.SH NAME
.PP
gpg-tui.toml - configuration file for gpg-tui