-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checking in changes prior to tagging of version 2.07.
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
Showing
5 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters