diff --git a/Changes b/Changes index 114162f7..b04f3021 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +2.056000 - 2022-09-24 + + [NEW FEATURES] + + * #925 implement ignore_deviceports and hide_deviceports + 2.055001 - 2022-09-02 [BUG FIXES] diff --git a/META.json b/META.json index c25506a7..08ee9426 100644 --- a/META.json +++ b/META.json @@ -102,6 +102,7 @@ "Socket6" : "0.23", "Starman" : "0.4008", "Storable" : "0", + "Sub::Install" : "0", "Sub::Util" : "1.40", "Sys::SigAction" : "0", "Template" : "2.24", @@ -135,7 +136,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.055001" + "version" : "2.056000" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -907,6 +908,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.055001", + "version" : "2.056000", "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index c929c752..164e1bc5 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.055001' + version: '2.056000' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -600,6 +600,7 @@ requires: Socket6: '0.23' Starman: '0.4008' Storable: '0' + Sub::Install: '0' Sub::Util: '1.40' Sys::SigAction: '0' Template: '2.24' @@ -626,5 +627,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.055001' +version: '2.056000' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index d4bf572b..ecf8f301 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.055001'; +our $VERSION = '2.056000'; use App::Netdisco::Configuration; =head1 NAME