summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-05-29 15:09:11 +0300
committerorhun <orhun@archlinux.org>2021-05-29 15:09:11 +0300
commit64c3db46ee6c15656d6a8aba1a423d78aa0b976e (patch)
tree32900f13e64dd533195842d5eae8f3133e12b2e2
parentbd132446d6d870b33e2105361cefa93aeef67f30 (diff)
chore: Prepare for the 0.1.3 releasev0.1.3
-rw-r--r--CHANGELOG.md9
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man/gpg-tui.12
4 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef1537b..29bcbde 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.3] - 2021-05-29
+### Added
+- Add Arch Linux installation instructions to README.md
+
+### Changed
+- Update the commands style in README.md
+- Update link checker job to exclude AUR links
+- Split audit workflow into two
+
## [0.1.2] - 2021-05-28
### Fixed
- Mark test_gpg_key as gpg-tests
diff --git a/Cargo.lock b/Cargo.lock
index ea5456b..880a4f1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -291,7 +291,7 @@ dependencies = [
[[package]]
name = "gpg-tui"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 627287a..c51205e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpg-tui"
-version = "0.1.2"
+version = "0.1.3"
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 a34bf7a..d4ef0ea 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.2" "User Commands"
+.TH GPG-TUI "1" "May 2021" "gpg-tui 0.1.3" "User Commands"
.SH NAME
gpg-tui \- manage your GnuPG keys with ease