Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 2.07.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index c16c94f..3c2b424 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Perl module App::dategrep

 {{$NEXT}}

+2.07 2019-02-01T08:32:58Z
+
+  - fixes a bug that used the current month when a date in January was
+    parsed
+
 2.06 2019-01-02T09:52:45Z

   - Fix strptime tests for relative dates by mocking time
  • Loading branch information
mdom committed Feb 1, 2019
1 parent 3d056a6 commit b6f2378
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Revision history for Perl module App::dategrep

{{$NEXT}}

2.07 2019-02-01T08:32:58Z

- fixes a bug that used the current month when a date in January was
parsed

2.06 2019-01-02T09:52:45Z

- Fix strptime tests for relative dates by mocking time
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"web" : "https://github.com/mdom/dategrep"
}
},
"version" : "2.06",
"version" : "2.07",
"x_contributors" : [
"Mario Domgoergen <[email protected]>",
"Mario Domgoergen <[email protected]>",
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
dategrep (2.07) unstable; urgency=low

* Update to 2.07

-- Mario Domgoergen <[email protected]> Fri, 01 Feb 2019 09:32:58 +0100

dategrep (2.07) unstable; urgency=low

* Update to 2.07

-- Mario Domgoergen <[email protected]> Fri, 01 Feb 2019 09:32:12 +0100

dategrep (2.06) unstable; urgency=low

* Update to 2.06
Expand Down
2 changes: 1 addition & 1 deletion lib/App/dategrep.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Pod::Usage;
use Getopt::Long;
use File::Basename qw(basename);

our $VERSION = '2.06';
our $VERSION = '2.07';

our $app;

Expand Down
2 changes: 1 addition & 1 deletion minil.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ tag_format="v%v"
MinimumVersion = false

[release]
hooks = [ "update-debian-changelog" ]
hooks = [ "./update-debian-changelog" ]

0 comments on commit b6f2378

Please sign in to comment.