Skip to content

Commit 86bd6cb

Browse files
committed
Preparation for release v2025.2
1 parent 52445c1 commit 86bd6cb

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release history for Zonemaster component Zonemaster-LDNS
22

33

4+
5.0.1 2025-12-09 (part of Zonemaster v2025.2 release)
5+
6+
[Fixes]
7+
- Updates LDNS submodule to v1.8.4 #202
8+
- RRList.pm: drop misplaced =back. #233
9+
10+
411
5.0.0 2025-06-26 (part of Zonemaster v2025.1 release)
512

613
[Breaking changes]

lib/Zonemaster/LDNS.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Zonemaster::LDNS;
22

33
use 5.014;
44

5-
our $VERSION = '5.0.0';
5+
our $VERSION = '5.0.1';
66

77
use parent 'Exporter';
88
our @EXPORT_OK = qw[lib_version to_idn has_idn has_gost load_zonefile];

0 commit comments

Comments
 (0)