[Bps-public-commit] RT-Client-CLI branch master updated. 5.0.3-5-g1e78c57
BPS Git Server
git at git.bestpractical.com
Thu Oct 19 19:56:26 UTC 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "RT-Client-CLI".
The branch, master has been updated
via 1e78c5735c1468c513bd173f978265b232090d4a (commit)
from 571e1076eb67d09524cb099a8c87d6bc3ffd7960 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1e78c5735c1468c513bd173f978265b232090d4a
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Oct 19 15:56:22 2023 -0400
5.0.5
diff --git a/Changes b/Changes
index cac7994..30e2ac5 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for RT-Client-CLI
+5.0.5 2023-10-19
+ - Remove trailing / from mailgate url examples
+
5.0.4 2023-05-04
- Support arbitrary user names in .rt_sessions
diff --git a/META.json b/META.json
index d4bfc5a..2610e21 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Best Practical Solutions, LLC"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Milla version v1.0.21, Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
+ "generated_by" : "Dist::Milla version v1.0.22, Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
"license" : [
"gpl_2"
],
@@ -48,7 +48,7 @@
},
"develop" : {
"requires" : {
- "Dist::Milla" : "v1.0.21",
+ "Dist::Milla" : "v1.0.22",
"Test::Pod" : "1.41"
}
},
@@ -86,15 +86,15 @@
"web" : "https://github.com/bestpractical/rt-client-cli"
}
},
- "version" : "5.0.4",
+ "version" : "5.0.5",
"x_contributors" : [
"Alex Vandiver <alexmv at bestpractical.com>",
"sunnavy <sunnavy at bestpractical.com>",
"Thomas Sibley <trs at bestpractical.com>",
"Todd Wade <todd at bestpractical.com>"
],
- "x_generated_by_perl" : "v5.36.1",
- "x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
+ "x_generated_by_perl" : "v5.38.0",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
"x_spdx_expression" : "GPL-2.0-only",
"x_static_install" : 1
}
diff --git a/Makefile.PL b/Makefile.PL
index fa859b8..213551d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Test::More" => "0.88"
},
- "VERSION" => "5.0.4",
+ "VERSION" => "5.0.5",
"test" => {
"TESTS" => "t/*.t"
}
diff --git a/lib/RT/Client/CLI.pm b/lib/RT/Client/CLI.pm
index 7c48640..88d8d65 100644
--- a/lib/RT/Client/CLI.pm
+++ b/lib/RT/Client/CLI.pm
@@ -3,7 +3,7 @@ package RT::Client::CLI;
use strict;
use warnings;
use 5.008_005;
-our $VERSION = '5.0.4';
+our $VERSION = '5.0.5';
1;
__END__
-----------------------------------------------------------------------
Summary of changes:
Changes | 3 +++
META.json | 10 +++++-----
Makefile.PL | 2 +-
lib/RT/Client/CLI.pm | 2 +-
4 files changed, 10 insertions(+), 7 deletions(-)
hooks/post-receive
--
RT-Client-CLI
More information about the Bps-public-commit
mailing list