Skip to content

Commit

Permalink
chore: Prepare for the 0.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jul 25, 2021
1 parent d69573a commit 36f9345
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion man/gpg-tui.1
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 36f9345

Please sign in to comment.