Skip to content

Commit

Permalink
Prep 3.0.4 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Apr 15, 2021
1 parent bd53c63 commit 4be7b4d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
19 changes: 19 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Older changes to this project are in Changes.old.

## [3.0.4] - 2021-04-15

### Added

- Better Changes file (in Markdown format)

### Changed

- Improved tests
- Documentation fixes

File renamed without changes.
3 changes: 2 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes
Changes.md
lib/Number/Fraction.pm
MANIFEST This list of files
Build.PL
Expand All @@ -22,3 +22,4 @@ t/15_zeroes.t
t/16_decimals.t
META.yml
META.json
Changes.old
2 changes: 1 addition & 1 deletion lib/Number/Fraction.pm
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ use Carp;
use Moo;
use MooX::Types::MooseLike::Base qw/Int/;

our $VERSION = '3.0.3';
our $VERSION = '3.0.4';

my $_mixed = 0;

Expand Down

0 comments on commit 4be7b4d

Please sign in to comment.