summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-06-28 02:31:20 +0300
committerorhun <orhun@archlinux.org>2021-06-28 02:31:20 +0300
commitb61c740c8500af3fb80aed212049d4ac24032687 (patch)
treed1d03e62cec1fe7b1709adc2fc27193c2361bbbc
parent82077ad98ecc09eff4c74f98ddc01cb99ab75de8 (diff)
chore: Prepare for the 0.6.2 releasev0.6.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f9d669..78ca533 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ 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.6.2] - 2021-06-27
+### Changed
+- Bump the Rust version in Dockerfile
+- Use entrypoint for the docker container
+- Update the docker command for quickly launching the app
+
## [0.6.1] - 2021-06-26
### Changed
- Run the container as non-root/dedicated user
diff --git a/Cargo.lock b/Cargo.lock
index a22e63d..c2066ab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -316,7 +316,7 @@ dependencies = [
[[package]]
name = "gpg-tui"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 8aeac9b..10ae05a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpg-tui"
-version = "0.6.1"
+version = "0.6.2"
description = "Manage your GnuPG keys with ease!"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
license = "MIT"