Skip to content

Commit

Permalink
release 2.076001
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyg committed Apr 24, 2024
1 parent d7f3a1e commit 59ba4a6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
10 changes: 10 additions & 0 deletions Changes
@@ -1,3 +1,13 @@
2.076001 - 2024-04-24

[ENHANCEMENTS]

* add note on NO_COLOR to netdisco-do

[BUG FIXES]

* add Term::ANSIColor to dependencies (dual life) and set min ver to ensure :constants256 support

2.076000 - 2024-04-22

[NEW FEATURES]
Expand Down
5 changes: 3 additions & 2 deletions META.json
Expand Up @@ -112,6 +112,7 @@
"Template::AutoFilter" : "0",
"Template::Plugin::CSV" : "0.04",
"Template::Plugin::Number::Format" : "1.02",
"Term::ANSIColor" : "5.01",
"Term::ReadLine" : "0",
"Term::UI" : "0",
"Text::CSV" : "2.04",
Expand Down Expand Up @@ -141,7 +142,7 @@
"provides" : {
"App::Netdisco" : {
"file" : "lib/App/Netdisco.pm",
"version" : "2.076000"
"version" : "2.076001"
},
"App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
Expand Down Expand Up @@ -973,6 +974,6 @@
"x_IRC" : "irc://irc.libera.chat/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
},
"version" : "2.076000",
"version" : "2.076001",
"x_serialization_backend" : "JSON::PP version 4.16"
}
5 changes: 3 additions & 2 deletions META.yml
Expand Up @@ -23,7 +23,7 @@ name: App-Netdisco
provides:
App::Netdisco:
file: lib/App/Netdisco.pm
version: '2.076000'
version: '2.076001'
App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Backend::Job:
Expand Down Expand Up @@ -650,6 +650,7 @@ requires:
Template::AutoFilter: '0'
Template::Plugin::CSV: '0.04'
Template::Plugin::Number::Format: '1.02'
Term::ANSIColor: '5.01'
Term::ReadLine: '0'
Term::UI: '0'
Text::CSV: '2.04'
Expand All @@ -672,5 +673,5 @@ resources:
homepage: http://netdisco.org/
license: http://opensource.org/licenses/BSD-3-Clause
repository: https://github.com/netdisco/netdisco
version: '2.076000'
version: '2.076001'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
2 changes: 1 addition & 1 deletion lib/App/Netdisco.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010_000;

our $VERSION = '2.076000';
our $VERSION = '2.076001';
use App::Netdisco::Configuration;

=head1 NAME
Expand Down

0 comments on commit 59ba4a6

Please sign in to comment.