Skip to content

Commit

Permalink
Sets version and updates Changes and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matsduf committed Jun 28, 2024
1 parent f87625f commit 51dc3e5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
Release history for Zonemaster component Zonemaster-Engine


v6.0.0 2024-07-01 (public release version)

[Release information]
- Translations have not been fully updated in this release. They will
be updated in an upcoming release.

[Breaking change]
- Removes planned deprecated 'resolver.source' profile property,
can break custom profiles (#1343)

[Features]

- Makes it possible to run single testcase via test_zone() (#1312)
- Changes supported way of extracting default profile (#1339)
- Updates Basic01 implementation (#1357)

[Fixes]

- Makes syntax04 take zone name instead of NS name (#1322)
- Removes the code dependency on Moose (#1319)
- Fixes Zonemaster::Engine::Translator’s instance() method (#1347)
- Fixes polymorphism in Translator (#1346)
- Adds minor changes to Zone11 msgids (#1348)
- Update minimum Perl version to 5.16.0 and add missing 'warnings' (#1342)
- Fixes undef eq comparison (#1363)


v5.0.0 2024-03-18 (public release version)

[Release information]
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ requires 'Net::IP::XS' => 0.21;
requires 'Readonly' => 0;
requires 'Text::CSV' => 0;
requires 'YAML::XS' => 0;
requires 'Zonemaster::LDNS' => 4.000000; # For v4.0.0
requires 'Zonemaster::LDNS' => 4.000002; # For v4.0.2

test_requires 'Locale::PO' => 0;
test_requires 'Pod::Coverage' => 0;
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/Engine.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Zonemaster::Engine;
use v5.16.0;
use warnings;

use version; our $VERSION = version->declare("v5.0.0");
use version; our $VERSION = version->declare("v6.0.0");

BEGIN {
# Locale::TextDomain (<= 1.20) doesn't know about File::ShareDir so give a helping hand.
Expand Down

0 comments on commit 51dc3e5

Please sign in to comment.