Skip to content

Commit a4c2a59

Browse files
committed
chore: Prepare for the 0.9.1 release
1 parent 69f2ca8 commit a4c2a59

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.9.1] - 2022-08-18
8+
### Added
9+
- Support setting the detail level via config or args (#44)
10+
11+
### Changed
12+
- Enable GitHub Sponsors for funding
13+
- Apply clippy lints for tests
14+
- Bump dependencies
15+
- Set MSRV to 1.57.0
16+
17+
### Fixed
18+
- Apply clippy lints
19+
- Update test preparation script about gpg directories
20+
21+
### Removed
22+
- Remove broken link from README.md
23+
724
## [0.9.0] - 2022-05-27
825
### Added
926
- Support customizing key bindings (#6)

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.0"
3+
version = "0.9.1"
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" "May 2022" "gpg-tui 0.9.0"
3+
.TH GPG-TUI "1" "August 2022" "gpg-tui 0.9.1"
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 2022" "gpg-tui 0.9.0"
3+
.TH GPG-TUI.TOML "5" "August 2022" "gpg-tui 0.9.1"
44
.SH NAME
55
.PP
66
gpg-tui.toml - configuration file for gpg-tui

0 commit comments

Comments
 (0)