summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-06-05 20:53:35 +0300
committerorhun <orhun@archlinux.org>2021-06-05 20:53:35 +0300
commita23c69b1b0a2576f8c94dabfa46a28be20582cb0 (patch)
treee5b46b5d373cef4f6bb5181eb1b4544a78e41fcd
parentd991ea94fd286c7da69120dc5492befcaa673ada (diff)
chore: Prepare for the 0.3.0 releasev0.3.0
-rw-r--r--CHANGELOG.md15
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man/gpg-tui.12
4 files changed, 18 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d4f206..b7fa4ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,21 @@ 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.3.0] - 2021-06-05
+### Added
+- Add packaging status badge to README.md
+- Add Matrix room link to social media section in README.md
+
+### Changed
+- Display notations of the signatures (#8)
+- Update README.md about Docker alias
+- Update README.md about the format of notations
+- Update the example notation in README.md
+- Update the style of flags
+
+### Fixed
+- Run container process as unprivileged user
+
## [0.2.0] - 2021-06-02
### Added
- Add installation instructions for FreeBSD
diff --git a/Cargo.lock b/Cargo.lock
index 56835d6..e6e0c69 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -289,7 +289,7 @@ dependencies = [
[[package]]
name = "gpg-tui"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 0daefd2..4b18371 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpg-tui"
-version = "0.2.0"
+version = "0.3.0"
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 2411f8b..58a3b96 100644
--- a/man/gpg-tui.1
+++ b/man/gpg-tui.1
@@ -1,5 +1,5 @@
.\" Manpage for gpg-tui.
-.TH GPG-TUI "1" "June 2021" "gpg-tui 0.2.0" "User Commands"
+.TH GPG-TUI "1" "June 2021" "gpg-tui 0.3.0" "User Commands"
.SH NAME
gpg-tui \- manage your GnuPG keys with ease