summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-05-29 00:43:42 +0300
committerorhun <orhun@archlinux.org>2021-05-29 00:43:42 +0300
commit63989c18f48c8280370301096cac433797374a0d (patch)
tree1e11474e69439b5d9b436e2fc65f0e71df2b2367
parent1cdd2a1e89aa4e71ff322a0b08caa18d0c8e1eca (diff)
chore: Prepare for the 0.1.1 releasev0.1.1
-rw-r--r--CHANGELOG.md14
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man/gpg-tui.12
4 files changed, 16 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 486ee3c..c14a024 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,19 @@ 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).
-## [Unreleased]
+## [0.1.1] - 2021-05-28
+### Added
+- Add release badges to README.md
+- Add CD badge to README.md
+- Add documentation badge to README.md
+
+### Changed
+- Use release flag while generating completions
+- Update the release image
+- Update documentation field in Cargo.toml
+- Update Patreon badges in README.md
+- Update CD workflow about the HTML syntax of release images
+- Update FUNDING.yml
## [0.1.0] - 2021-05-28
Initial release.
diff --git a/Cargo.lock b/Cargo.lock
index 6626223..42d7db3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -291,7 +291,7 @@ dependencies = [
[[package]]
name = "gpg-tui"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index b249d3b..7632c8b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpg-tui"
-version = "0.1.0"
+version = "0.1.1"
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 7b71f68..4343f11 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.0" "User Commands"
+.TH GPG-TUI "1" "May 2021" "gpg-tui 0.1.1" "User Commands"
.SH NAME
gpg-tui \- manage your GnuPG keys with ease