Skip to content

Commit 0f6e598

Browse files
committed
chore: Prepare for the 0.10.0 release
1 parent d0b015d commit 0f6e598

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.10.0] - 2023-09-10
8+
### Added
9+
- Add panic hook for resetting the terminal (#106)
10+
- Add test for argument tilde expansion
11+
- Add instructions for installing on Alpine Linux
12+
13+
### Changed
14+
- Allow partial configuration file (#116)
15+
- Set MSRV to 1.70.0
16+
- Enable colors as default
17+
- Integrate better panic handling
18+
- Skip dependency bumps in changelog
19+
- Restore the cursor on panic
20+
21+
### Fixed
22+
- Update tests for the latest version of ratatui
23+
724
## [0.9.6] - 2023-05-25
825
### Changed
926
- Upgrade clap from v3 to v4 (#56)

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.9.6"
3+
version = "0.10.0"
44
description = "Manage your GnuPG keys with ease!"
55
authors = ["Orhun Parmaksız <[email protected]>"]
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" "May 2023" "gpg-tui 0.9.6"
3+
.TH GPG-TUI "1" "Sep 2023" "gpg-tui 0.10.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" "May 2023" "gpg-tui 0.9.6"
3+
.TH GPG-TUI.TOML "5" "Sep 2023" "gpg-tui 0.10.0"
44
.SH NAME
55
.PP
66
gpg-tui.toml - configuration file for gpg-tui

0 commit comments

Comments
 (0)