summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-07-08 02:20:59 +0300
committerorhun <orhun@archlinux.org>2021-07-08 02:20:59 +0300
commit94d6fb7a57d5e6e5fc241f377b67e6da564012ec (patch)
tree7f1f00b4a0c81b19bc46136d2e1d3d2a00c759f6
parent888a5d836d036e199bde044c08adc04a38d9464d (diff)
chore: Prepare for the 0.7.0 releasev0.7.0
-rw-r--r--CHANGELOG.md8
-rw-r--r--Cargo.lock10
-rw-r--r--Cargo.toml4
-rw-r--r--cliff.toml4
-rw-r--r--man/gpg-tui.12
5 files changed, 18 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78ca533..76cd4f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,14 @@ 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.0] - 2021-07-07
+### Added
+- Add `--select` option (#24)
+
+### Changed
+- Extend the FromStr implementation of CopyType
+- Rename clipboard module and CopyType struct to 'selection'
+
## [0.6.2] - 2021-06-27
### Changed
- Bump the Rust version in Dockerfile
diff --git a/Cargo.lock b/Cargo.lock
index c2066ab..d55624b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -316,7 +316,7 @@ dependencies = [
[[package]]
name = "gpg-tui"
-version = "0.6.2"
+version = "0.7.0"
dependencies = [
"anyhow",
"chrono",
@@ -900,9 +900,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
-version = "0.3.21"
+version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
+checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71"
dependencies = [
"clap",
"lazy_static",
@@ -911,9 +911,9 @@ dependencies = [
[[package]]
name = "structopt-derive"
-version = "0.4.14"
+version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
+checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10"
dependencies = [
"heck",
"proc-macro-error",
diff --git a/Cargo.toml b/Cargo.toml
index 10ae05a..ed45aba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpg-tui"
-version = "0.6.2"
+version = "0.7.0"
description = "Manage your GnuPG keys with ease!"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
license = "MIT"
@@ -30,7 +30,7 @@ rust-embed = "5.9.0"
shellexpand = "2.1.0"
[dependencies.structopt]
-version = "0.3.21"
+version = "0.3.22"
default-features = false
features = ["suggestions", "color", "wrap_help"]
diff --git a/cliff.toml b/cliff.toml
index f9a77d4..5206f8f 100644
--- a/cliff.toml
+++ b/cliff.toml
@@ -10,12 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
"""
body = """
{% if version %}\
- ## [{{ version | replace(from="v", to="") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
+ ## [{{ version | replace(from="v", to="") }}] - {{ timestamp | date(format="%Y-%m-%d") }}\
{% else %}\
## [unreleased]
{% endif %}\
{% for group, commits in commits | group_by(attribute="group") %}
- ### {{ group | upper_first }}
+ ### {{ group | upper_first }}\
{% for commit in commits %}
- {{ commit.message | upper_first }}\
{% endfor %}
diff --git a/man/gpg-tui.1 b/man/gpg-tui.1
index 0d9046d..0a1e0f2 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.6.1" "User Commands"
+.TH GPG-TUI "1" "July 2021" "gpg-tui 0.7.0" "User Commands"
.SH NAME
gpg-tui \- manage your GnuPG keys with ease