summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2024-03-17 23:07:18 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2024-03-17 23:07:18 +0300
commit5b09c307f430883bc86a0386b2cd95402125275a (patch)
tree0c2927347beddee4854d0c61fd9081084fa279e3
parente63e3a950e02e43f2163d1f5878b0f564062e63a (diff)
chore: Prepare for the 0.11.0 releasev0.11.0
-rw-r--r--CHANGELOG.md13
-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, 17 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index faf0fcd..6134e7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,19 @@ 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.11.0] - 2024-03-17
+### Added
+- Add log view pane to the TUI (#201)
+
+### Changed
+- Simplify cargo-tarpaulin installation in CI
+- Set up mergify
+- Switch to ratatui-splash-screen
+
+### Fixed
+- Show all the algorithm names (#154)
+- Apply clippy suggestions
+
## [0.10.0] - 2023-09-10
### Added
- Add panic hook for resetting the terminal (#106)
diff --git a/Cargo.lock b/Cargo.lock
index 4320937..6fcd047 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -688,7 +688,7 @@ dependencies = [
[[package]]
name = "gpg-tui"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"anyhow",
"better-panic",
diff --git a/Cargo.toml b/Cargo.toml
index f2f98d7..b91fff1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpg-tui"
-version = "0.10.0"
+version = "0.11.0"
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 53991ff..347078b 100644
--- a/man/gpg-tui.1
+++ b/man/gpg-tui.1
@@ -1,6 +1,6 @@
.\" Manpage for gpg-tui
.nh
-.TH GPG-TUI "1" "Sep 2023" "gpg-tui 0.10.0"
+.TH GPG-TUI "1" "March 2024" "gpg-tui 0.11.0"
.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 75ac536..1c29da0 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" "Sep 2023" "gpg-tui 0.10.0"
+.TH GPG-TUI.TOML "5" "March 2024" "gpg-tui 0.11.0"
.SH NAME
.PP
gpg-tui.toml - configuration file for gpg-tui