Skip to content

Commit

Permalink
Merge pull request #144 from zonemaster/develop
Browse files Browse the repository at this point in the history
Merge Develop into Master for v2019.2.2 (Zonemaster-CLI)
  • Loading branch information
matsduf committed May 22, 2020
2 parents 44db448 + 6655ac3 commit 1c6d007
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
Release history for Zonemaster component Zonemaster-CLI

v2.0.4 2020-05-22

[Fixes]
- Bumping the version of Zonemaster::CLI to be able to
upload a new package to CPAN to avoid the confusion
that the version v2.0.3.1 created. There are no
changes compared to v2.0.3.


v2.0.3.1 2020-05-15

[Fixes]
- This release fixes inconsitency between the branches in the
repository. See the release notes for v2.0.3 for the real
changes.
- There is no change in data so this release has not been
published on CPAN.


v2.0.3 2020-04-30

[Features]
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/CLI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extends 'Zonemaster::Engine::Exception';
# The actual interesting module.
package Zonemaster::CLI;

use version; our $VERSION = version->declare("v2.0.3");
use version; our $VERSION = version->declare("v2.0.4");

use 5.014002;
use warnings;
Expand Down

0 comments on commit 1c6d007

Please sign in to comment.