summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-05-29 03:06:25 +0300
committerorhun <orhun@archlinux.org>2021-05-29 03:06:25 +0300
commit63caf5be367774b852819c8d4af93cffea4270b0 (patch)
treecff0255f407734824d1df001cb7482cdaf2f4b43
parent84528b9e0125918b4a07fd83cf131a7e606634a1 (diff)
chore: Prepare for the 0.1.2 releasev0.1.2
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man/gpg-tui.12
4 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c14a024..ef1537b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ 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.1.2] - 2021-05-28
+### Fixed
+- Mark test_gpg_key as gpg-tests
+- Test the detail commands if gpg-tests feature is enabled
+
## [0.1.1] - 2021-05-28
### Added
- Add release badges to README.md
diff --git a/Cargo.lock b/Cargo.lock
index 42d7db3..ea5456b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -291,7 +291,7 @@ dependencies = [
[[package]]
name = "gpg-tui"
-version = "0.1.1"
+version = "0.1.2"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 7632c8b..627287a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpg-tui"
-version = "0.1.1"
+version = "0.1.2"
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 4343f11..a34bf7a 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.1" "User Commands"
+.TH GPG-TUI "1" "May 2021" "gpg-tui 0.1.2" "User Commands"
.SH NAME
gpg-tui \- manage your GnuPG keys with ease