Skip to content

Commit 5b09c30

Browse files
committed
chore: Prepare for the 0.11.0 release
1 parent e63e3a9 commit 5b09c30

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.11.0] - 2024-03-17
8+
### Added
9+
- Add log view pane to the TUI (#201)
10+
11+
### Changed
12+
- Simplify cargo-tarpaulin installation in CI
13+
- Set up mergify
14+
- Switch to ratatui-splash-screen
15+
16+
### Fixed
17+
- Show all the algorithm names (#154)
18+
- Apply clippy suggestions
19+
720
## [0.10.0] - 2023-09-10
821
### Added
922
- Add panic hook for resetting the terminal (#106)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gpg-tui"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
description = "Manage your GnuPG keys with ease!"
55
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
66
license = "MIT"

man/gpg-tui.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Manpage for gpg-tui
22
.nh
3-
.TH GPG-TUI "1" "Sep 2023" "gpg-tui 0.10.0"
3+
.TH GPG-TUI "1" "March 2024" "gpg-tui 0.11.0"
44
.SH NAME
55
.PP
66
gpg-tui \- manage your GnuPG keys with ease

man/gpg-tui.toml.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Manpage of gpg-tui.toml
22
.nh
3-
.TH GPG-TUI.TOML "5" "Sep 2023" "gpg-tui 0.10.0"
3+
.TH GPG-TUI.TOML "5" "March 2024" "gpg-tui 0.11.0"
44
.SH NAME
55
.PP
66
gpg-tui.toml - configuration file for gpg-tui

0 commit comments

Comments
 (0)