Skip to content

Commit cfc88c9

Browse files
committed
chore: Prepare for the 0.9.5 release
1 parent c79f576 commit cfc88c9

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.5] - 2023-03-30
8+
### Changed
9+
- Switch to `ratatui`
10+
- Bump dependencies
11+
- Bump transitive dependencies
12+
- Bump the Rust version in Dockerfile
13+
- Switch to dtolnay/rust-toolchain action
14+
715
## [0.9.4] - 2023-02-11
816
### Changed
917
- Bump dependencies

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

0 commit comments

Comments
 (0)