Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Release history for Zonemaster component Zonemaster-CLI


v8.0.0 2025-06-26 (part of Zonemaster v2025.1 release)

[Breaking changes]
- Makes the --test option more flexible #359

[Features]
- Expands the --nstimes option #421
- Expands the --count option #424

[Fixes]
- Updates translations #444, #445
- Slows down the spinner a bit #419


v7.2.0 2025-03-04 (part of Zonemaster v2024.2.1 release)

[Release information]
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ requires(
'JSON::XS' => 0,
'Locale::TextDomain' => 1.23,
'Try::Tiny' => 0,
'Zonemaster::LDNS' => 4.001000, # v4.1.0
'Zonemaster::Engine' => 7.001000, # v7.1.0
'Zonemaster::LDNS' => 5.000000, # v5.0.0
'Zonemaster::Engine' => 8.000000, # v8.0.0
);

test_requires(
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/CLI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use v5.26;

use warnings;

use version; our $VERSION = version->declare( "v7.2.0" );
use version; our $VERSION = version->declare( "v8.0.0" );

use Locale::TextDomain 'Zonemaster-CLI';

Expand Down