From 72330cfd2da9e637448116549ba5a2bf6e679b51 Mon Sep 17 00:00:00 2001 From: orhun Date: Sat, 29 May 2021 16:04:32 +0300 Subject: chore: Prepare for the 0.1.4 release --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- man/gpg-tui.1 | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bcbde..cc5d1c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.1.4] - 2021-05-29 +### Removed +- Remove cargo-bloat workflow + ## [0.1.3] - 2021-05-29 ### Added - Add Arch Linux installation instructions to README.md diff --git a/Cargo.lock b/Cargo.lock index 880a4f1..aa08ed3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,7 +291,7 @@ dependencies = [ [[package]] name = "gpg-tui" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c51205e..fa71f2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpg-tui" -version = "0.1.3" +version = "0.1.4" description = "Manage your GnuPG keys with ease!" authors = ["Orhun Parmaksız "] license = "MIT" diff --git a/man/gpg-tui.1 b/man/gpg-tui.1 index d4ef0ea..89aea2b 100644 --- a/man/gpg-tui.1 +++ b/man/gpg-tui.1 @@ -1,5 +1,5 @@ .\" Manpage for gpg-tui. -.TH GPG-TUI "1" "May 2021" "gpg-tui 0.1.3" "User Commands" +.TH GPG-TUI "1" "May 2021" "gpg-tui 0.1.4" "User Commands" .SH NAME gpg-tui \- manage your GnuPG keys with ease -- cgit v1.2.3