From 155a801258993371e1de5541407d7606fa8a3354 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 9 Nov 2016 10:31:26 -0200 Subject: Minor ChangeLog styling --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5bd3530..304161e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,12 +12,12 @@ Slightly more interactive keyringer_get_file - Updates URLs and static site generation. + Updates URLs and static site generation 2015-03-30 - 0.3.8 - Silvio Rhatto Eliminates hardcoded bash path, reported and fixed by - polynomial (closes https://github.com/rhatto/keyringer/pull/1). + polynomial (closes https://github.com/rhatto/keyringer/pull/1) Rename genpair action and option (#69) -- cgit v1.2.3 From 0aab0dbe67e07de3895d6a9b8a0c67941ae3fe65 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 17 Nov 2016 11:33:29 -0200 Subject: Keyringer 0.4.1 --- ChangeLog | 8 ++++++++ keyringer | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 304161e..45bae61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2016-11-17 - 0.4.1 - Silvio Rhatto + + Adds sclip into completions + + Manpage: sclip action + + Updates develop docs + 2016-11-09 - 0.4.0 - Silvio Rhatto Adopts Semantic Versioning diff --git a/keyringer b/keyringer index a5ecd67..84b25a4 100755 --- a/keyringer +++ b/keyringer @@ -140,7 +140,7 @@ function keyringer_dispatch { # Config NAME="keyringer" -KEYRINGER_VERSION="0.4.0" +KEYRINGER_VERSION="0.4.1" CONFIG_VERSION="0.1" CONFIG_BASE="$HOME/.$NAME" CONFIG="$CONFIG_BASE/config" -- cgit v1.2.3