Skip to content

Commit 26a6ee0

Browse files
committed
bump version, update changelog
1 parent 93df7fc commit 26a6ee0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.20 - 2025-10-14
2+
- fix missing build dependencies and tests
3+
- switch from Net::IDN::Encode to Net::IDN::PP to avoid build problems on
4+
certain platforms (OS + architecture)
5+
16
1.19 - 2025-09-01
27
- updated Makefile.PL to list dependencies for building and testing.
38
- removed dependency on PPI.

lib/App/rdapper.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use locale;
3232
use vars qw($VERSION $LH);
3333
use strict;
3434

35-
$VERSION = '1.19';
35+
$VERSION = '1.20';
3636

3737
$LH = App::rdapper::l10n->get_handle;
3838

0 commit comments

Comments
 (0)