summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-05-31 14:00:48 +0300
committerorhun <orhun@archlinux.org>2021-05-31 14:00:48 +0300
commitad7b8bb4d83f051668efd4f23283655f7b2d7204 (patch)
tree82b533358d4d7eb2dc2c610ed9b5c32b4aef1ed2
parent806c05d3cedc36db6c699861528a52f5453b2b84 (diff)
chore: Prepare for the 0.1.5 releasev0.1.5
-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, 13 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc5d1c6..89bf10d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,15 @@ 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.5] - 2021-05-31
+### Added
+- Add dependency installation instructions for Void Linux (#11)
+
+### Changed
+- Mention distribution-specific dependencies in README.md (#10)
+- Update the formatting of requirements in README.md
+- Update README.md about installation for Arch Linux
+
## [0.1.4] - 2021-05-29
### Removed
- Remove cargo-bloat workflow
@@ -17,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update link checker job to exclude AUR links
- Split audit workflow into two
-## [0.1.2] - 2021-05-28
+## [0.1.2] - 2021-05-29
### Fixed
- Mark test_gpg_key as gpg-tests
- Test the detail commands if gpg-tests feature is enabled
diff --git a/Cargo.lock b/Cargo.lock
index aa08ed3..9a16f60 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -291,7 +291,7 @@ dependencies = [
[[package]]
name = "gpg-tui"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index fa71f2a..132c7cc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpg-tui"
-version = "0.1.4"
+version = "0.1.5"
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 89aea2b..cd25ecc 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.4" "User Commands"
+.TH GPG-TUI "1" "May 2021" "gpg-tui 0.1.5" "User Commands"
.SH NAME
gpg-tui \- manage your GnuPG keys with ease