Skip to content

Commit 45442bf

Browse files
committed
chore: Prepare for the 0.9.4 release
1 parent ee35e91 commit 45442bf

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.4] - 2023-02-11
8+
### Changed
9+
- Bump dependencies
10+
- Bump the Rust version in Dockerfile
11+
12+
### Fixed
13+
- Update cargo-tarpaulin installation command
14+
- Make detail level optional in config (#53)
15+
716
## [0.9.3] - 2023-01-13
817
### Changed
918
- Update license copyright years

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

0 commit comments

Comments
 (0)