Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
domm committed Dec 28, 2020
1 parent d1edaab commit 3b8a878
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changes
@@ -1,5 +1,15 @@
Revision history for App::TimeTracker

3.006 2020-12-28T20:34:29
- test for global report (list all) and report filtered by project (Thomas Klausner)
- Add more details to init command documentation (Paul Cochrane)
- Extract duplicate error messages into Constants package (Paul Cochrane)
- Add init command hint to start command help message (Paul Cochrane)
- Test current start command help output without project (Paul Cochrane)
- Add an initial test for report command (Paul Cochrane)
- add --output opt to "report" command to show different fields in the report table (Thomas Klausner)


3.005 2020-11-22T17:17:58
- Move docs to saner placed (Paul Cochrane)
- Update cpanm installation docs (Paul Cochrane)
Expand Down
2 changes: 1 addition & 1 deletion lib/App/TimeTracker.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;

our $VERSION = "3.005";
our $VERSION = "3.006";
# ABSTRACT: time tracking for impatient and lazy command line lovers

use App::TimeTracker::Data::Task;
Expand Down

0 comments on commit 3b8a878

Please sign in to comment.