Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Oct 31, 2022
1 parent 952e5eb commit bb4a19e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log

## [0.1.00] - 2022-10-30
## [0.1.1] - 2022-10-31

### Fixed

- Switch from Time::Piece to DateTime because it handles
older dates.

## [0.1.0] - 2022-10-30

### Improved

Expand Down
2 changes: 1 addition & 1 deletion lib/SVG/Timeline.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ package SVG::Timeline;

use 5.010;

our $VERSION = '0.1.0';
our $VERSION = '0.1.1';

use Moose;
use Moose::Util::TypeConstraints;
Expand Down

0 comments on commit bb4a19e

Please sign in to comment.