Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Dec 4, 2018
1 parent 22d31cd commit 268a018
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [0.0.4] - 2018-12-04

### Fixed

- Added call to make_immutable()
- Removed POSIX from pre-reqs
- Fix to SYNOPSIS code (thanks manwar)

## [0.0.3] - 2018-12-03

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/SVG/ChristmasTree.pm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use Math::Trig qw[deg2rad tan];

with 'MooseX::Getopt';

our $VERSION = '0.0.3';
our $VERSION = '0.0.4';

# Constants that we haven't made into attributes yet
use constant {
Expand Down

0 comments on commit 268a018

Please sign in to comment.