summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-05-29 16:04:32 +0300
committerorhun <orhun@archlinux.org>2021-05-29 16:04:32 +0300
commit72330cfd2da9e637448116549ba5a2bf6e679b51 (patch)
tree17385ce48906d48313ff4dc2aee1fa40ddf0212a
parent748f1591be0b5071b585bd7c23a6de82469c0923 (diff)
chore: Prepare for the 0.1.4 releasev0.1.4
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man/gpg-tui.12
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 <orhunparmaksiz@gmail.com>"]
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