Skip to content

Commit 63caf5b

Browse files
committed
chore: Prepare for the 0.1.2 release
1 parent 84528b9 commit 63caf5b

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.2] - 2021-05-28
8+
### Fixed
9+
- Mark test_gpg_key as gpg-tests
10+
- Test the detail commands if gpg-tests feature is enabled
11+
712
## [0.1.1] - 2021-05-28
813
### Added
914
- Add release badges to README.md

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gpg-tui"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Manage your GnuPG keys with ease!"
55
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
66
license = "MIT"

man/gpg-tui.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" Manpage for gpg-tui.
2-
.TH GPG-TUI "1" "May 2021" "gpg-tui 0.1.1" "User Commands"
2+
.TH GPG-TUI "1" "May 2021" "gpg-tui 0.1.2" "User Commands"
33
.SH NAME
44
gpg-tui \- manage your GnuPG keys with ease
55

0 commit comments

Comments
 (0)