Skip to content

Commit 85a1a59

Browse files
committed
chore: Prepare for the 0.9.2 release
1 parent dd32b38 commit 85a1a59

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.2] - 2022-12-02
8+
### Changed
9+
- Bump dependencies
10+
- Bump the Rust version in Dockerfile
11+
- Update Docker build badge in README.md
12+
- Bump Debian distribution in Dockerfile
13+
14+
### Fixed
15+
- Fix typos (#45)
16+
- Apply clippy lints
17+
718
## [0.9.1] - 2022-08-18
819
### Added
920
- Support setting the detail level via config or args (#44)

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

0 commit comments

Comments
 (0)