Skip to content

Commit 9adada1

Browse files
committed
chore: Prepare for the 0.9.6 release
1 parent 1ada59a commit 9adada1

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.6] - 2023-05-25
8+
### Changed
9+
- Upgrade clap from v3 to v4 (#56)
10+
- Update funding options
11+
- [Buy me a coffee!](https://www.buymeacoffee.com/orhun)
12+
- Integrate dependabot
13+
- Bump dependencies
14+
- Bump the Rust version in Dockerfile
15+
716
## [0.9.5] - 2023-03-30
817
### Changed
918
- Switch to `ratatui`

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.5"
3+
version = "0.9.6"
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" "March 2023" "gpg-tui 0.9.5"
3+
.TH GPG-TUI "1" "May 2023" "gpg-tui 0.9.6"
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" "March 2023" "gpg-tui 0.9.5"
3+
.TH GPG-TUI.TOML "5" "May 2023" "gpg-tui 0.9.6"
44
.SH NAME
55
.PP
66
gpg-tui.toml - configuration file for gpg-tui

0 commit comments

Comments
 (0)