Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 12, 2021
1 parent 8ef4848 commit 4d89db3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changes.md
@@ -1,5 +1,12 @@
# Change Log

## [0.0.5] - 2021-01-12

### Added

- Added bugtracker info to metadata
- Added GitHub Actions CI

## [0.0.4] - 2018-12-04

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions lib/SVG/ChristmasTree.pm
Expand Up @@ -34,7 +34,7 @@ use Math::Trig qw[deg2rad tan];

with 'MooseX::Getopt';

our $VERSION = '0.0.4';
our $VERSION = '0.0.5';

# Constants that we haven't made into attributes yet
use constant {
Expand All @@ -46,7 +46,7 @@ use constant {
POT_BOT_WIDTH => 200, # Width of the bottom of the pot
TRUNK_WIDTH => 100, # Width of the trunk
BAUBLE_RADIUS => 20, # Radius of a bauble
STAR_RADIUS => 40, # Raduis of the star
STAR_RADIUS => 40, # Radius of the star
};

=head1 Methods
Expand Down

0 comments on commit 4d89db3

Please sign in to comment.