From 7e12667e9a2a74f41896cbc3ac552dc63bd779a5 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 6 Jun 2015 11:56:46 +0200 Subject: [PATCH 1/5] Update the changelog for the new release This was forgotten during the v1.12 release. --- CHANGELOG.rdoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 6169574..6cc4561 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,5 +1,13 @@ = Stop… Camping Time! release news +== 1.12 + + Bugfixes: + + * Show a message if there are tasks but no active, don't assume + no tasks exist yet [#19b3cc] + * Escape strings for LaTeX in the invoice template [#3f9d21] + == 1.10 Features: From 46416fe180530276964bb35eb8eded091d95e758 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 6 Jun 2015 11:57:52 +0200 Subject: [PATCH 2/5] Fix spacing so the changelog entry doesn't become a quoted block --- CHANGELOG.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 6cc4561..3a12557 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -2,7 +2,7 @@ == 1.12 - Bugfixes: +Bugfixes: * Show a message if there are tasks but no active, don't assume no tasks exist yet [#19b3cc] From 57f6ece385804a9aca0e73dec0f5549454a17bd9 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 6 Jun 2015 11:58:16 +0200 Subject: [PATCH 3/5] More indentation fixes --- CHANGELOG.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 3a12557..a91fc31 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -4,9 +4,9 @@ Bugfixes: - * Show a message if there are tasks but no active, don't assume - no tasks exist yet [#19b3cc] - * Escape strings for LaTeX in the invoice template [#3f9d21] +* Show a message if there are tasks but no active, don't assume + no tasks exist yet [#19b3cc] +* Escape strings for LaTeX in the invoice template [#3f9d21] == 1.10 From 4eaf0cb58a6ea6a69bfa4a3447716a1600d1bcb9 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 6 Jun 2015 12:26:36 +0200 Subject: [PATCH 4/5] Bump version to 1.12.1 --- stoptime.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stoptime.rb b/stoptime.rb index 341f2a4..112faa1 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -54,7 +54,7 @@ end module StopTime # The version of the application - VERSION = '1.12' + VERSION = '1.12.1' puts "Starting Stop… Camping Time! version #{VERSION}" # @return [Hash{String=>Object}] The parsed configuration. From 938f1ec9b936281fb12fcc811428f5deb832f620 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 6 Jun 2015 12:27:44 +0200 Subject: [PATCH 5/5] Update the changelog for the new release --- CHANGELOG.rdoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index a91fc31..e8a5597 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,5 +1,10 @@ = Stop… Camping Time! release news +== 1.12.1 + +Small update release to include to missing 1.12 change log and added +a footer with the current version. + == 1.12 Bugfixes: