Skip to content

Commit ca8df3d

Browse files
committed
chore: Prepare for the 0.11.1 release
1 parent 9846115 commit ca8df3d

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.11.1] - 2025-05-23
8+
### Changed
9+
- Update license copyright years
10+
- Replace format! with concat! for string literals (#306)
11+
- Upgrade dependencies
12+
- Set MSRV to 1.82.0
13+
714
## [0.11.0] - 2024-03-17
815
### Added
916
- Add log view pane to the TUI (#201)

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.11.0"
3+
version = "0.11.1"
44
description = "Manage your GnuPG keys with ease!"
55
authors = ["Orhun Parmaksız <[email protected]>"]
66
license = "MIT"

cliff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ commit_parsers = [
3737
{ message = "^test: Add", group = "Added" },
3838
{ message = "^test: *", group = "Fixed" },
3939
{ message = "^chore: Bump", skip = true },
40+
{ message = "^chore\\(deps\\)", skip = true },
4041
{ message = "^chore: Prepare", skip = true },
4142
{ message = "^fix: *", group = "Fixed" },
4243
{ message = "^.*: Fix", group = "Fixed" },

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 2024" "gpg-tui 0.11.0"
3+
.TH GPG-TUI "1" "May 2025" "gpg-tui 0.11.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" "March 2024" "gpg-tui 0.11.0"
3+
.TH GPG-TUI.TOML "5" "May 2025" "gpg-tui 0.11.1"
44
.SH NAME
55
.PP
66
gpg-tui.toml - configuration file for gpg-tui

0 commit comments

Comments
 (0)