diff options
author | Orhun Parmaksız <orhunparmaksiz@gmail.com> | 2023-05-25 16:02:50 +0300 |
---|---|---|
committer | Orhun Parmaksız <orhunparmaksiz@gmail.com> | 2023-05-25 16:02:50 +0300 |
commit | 9adada1bf3ab4fb328a9a557973ba3968f7659f7 (patch) | |
tree | 79b2bc78457b6791d8cfad2b3f364d4512b2ad7e | |
parent | 1ada59aa938cf05879cbfffe45f7e3ab75c7c497 (diff) |
chore: Prepare for the 0.9.6 releasev0.9.6
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | man/gpg-tui.1 | 2 | ||||
-rw-r--r-- | man/gpg-tui.toml.5 | 2 |
5 files changed, 13 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b210c..9b825b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.6] - 2023-05-25 +### Changed +- Upgrade clap from v3 to v4 (#56) +- Update funding options + - [Buy me a coffee!](https://www.buymeacoffee.com/orhun) ☕ +- Integrate dependabot +- Bump dependencies +- Bump the Rust version in Dockerfile + ## [0.9.5] - 2023-03-30 ### Changed - Switch to `ratatui` @@ -495,7 +495,7 @@ dependencies = [ [[package]] name = "gpg-tui" -version = "0.9.5" +version = "0.9.6" dependencies = [ "anyhow", "chrono", @@ -1,6 +1,6 @@ [package] name = "gpg-tui" -version = "0.9.5" +version = "0.9.6" description = "Manage your GnuPG keys with ease!" authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"] license = "MIT" diff --git a/man/gpg-tui.1 b/man/gpg-tui.1 index 0e10d4e..da14b76 100644 --- a/man/gpg-tui.1 +++ b/man/gpg-tui.1 @@ -1,6 +1,6 @@ .\" Manpage for gpg-tui .nh -.TH GPG-TUI "1" "March 2023" "gpg-tui 0.9.5" +.TH GPG-TUI "1" "May 2023" "gpg-tui 0.9.6" .SH NAME .PP gpg-tui \- manage your GnuPG keys with ease diff --git a/man/gpg-tui.toml.5 b/man/gpg-tui.toml.5 index 2ed91de..e2a3786 100644 --- a/man/gpg-tui.toml.5 +++ b/man/gpg-tui.toml.5 @@ -1,6 +1,6 @@ .\" Manpage of gpg-tui.toml .nh -.TH GPG-TUI.TOML "5" "March 2023" "gpg-tui 0.9.5" +.TH GPG-TUI.TOML "5" "May 2023" "gpg-tui 0.9.6" .SH NAME .PP gpg-tui.toml - configuration file for gpg-tui |