summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-03-30 12:33:50 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-03-30 12:33:50 +0300
commitcfc88c96166f5a6e59bc291b7144a02870198883 (patch)
tree184aff00f07e80cdfc8348a7fa249d7a99e81802
parentc79f57688e3e22020316db1930a07071458d67f5 (diff)
chore: Prepare for the 0.9.5 releasev0.9.5
-rw-r--r--CHANGELOG.md8
-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, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ee6ccc..25b210c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,14 @@ 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.5] - 2023-03-30
+### Changed
+- Switch to `ratatui`
+- Bump dependencies
+- Bump transitive dependencies
+- Bump the Rust version in Dockerfile
+- Switch to dtolnay/rust-toolchain action
+
## [0.9.4] - 2023-02-11
### Changed
- Bump dependencies
diff --git a/Cargo.lock b/Cargo.lock
index 78af980..e4cfa86 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -499,7 +499,7 @@ dependencies = [
[[package]]
name = "gpg-tui"
-version = "0.9.4"
+version = "0.9.5"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 41078ac..8ecb31b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpg-tui"
-version = "0.9.4"
+version = "0.9.5"
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 439b2e7..0e10d4e 100644
--- a/man/gpg-tui.1
+++ b/man/gpg-tui.1
@@ -1,6 +1,6 @@
.\" Manpage for gpg-tui
.nh
-.TH GPG-TUI "1" "February 2023" "gpg-tui 0.9.4"
+.TH GPG-TUI "1" "March 2023" "gpg-tui 0.9.5"
.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 d90edab..2ed91de 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" "February 2023" "gpg-tui 0.9.4"
+.TH GPG-TUI.TOML "5" "March 2023" "gpg-tui 0.9.5"
.SH NAME
.PP
gpg-tui.toml - configuration file for gpg-tui