summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-07-25 21:54:41 +0300
committerorhun <orhun@archlinux.org>2021-07-25 21:54:41 +0300
commit36f9345feb927ba2e9205e11ae4d9ac305992e7a (patch)
tree0d79acfd4d1f753916b5c57dd9344e175bd4bf90
parentd69573ad874de9ff884293c9100f2b58f54ea6d5 (diff)
chore: Prepare for the 0.7.3 releasev0.7.3
-rw-r--r--CHANGELOG.md11
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man/gpg-tui.12
4 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ceec0a..7b41e5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,17 @@ 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.7.3] - 2021-07-25
+### Added
+- Add Wayland clipboard support (#30)
+- Add 'in the media' section to README.md
+
+### Changed
+- Import the test key from keyserver in CI workflow
+
+### Fixed
+- Handle clipboard errors
+
## [0.7.2] - 2021-07-20
### Added
- Add the missing views for signature notations
diff --git a/Cargo.lock b/Cargo.lock
index 3147ada..595b1ec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -316,7 +316,7 @@ dependencies = [
[[package]]
name = "gpg-tui"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index feff8d5..88ccdc0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpg-tui"
-version = "0.7.2"
+version = "0.7.3"
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 83b32bf..6b3c8e1 100644
--- a/man/gpg-tui.1
+++ b/man/gpg-tui.1
@@ -1,5 +1,5 @@
.\" Manpage for gpg-tui.
-.TH GPG-TUI "1" "July 2021" "gpg-tui 0.7.2" "User Commands"
+.TH GPG-TUI "1" "July 2021" "gpg-tui 0.7.3" "User Commands"
.SH NAME
gpg-tui \- manage your GnuPG keys with ease