Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.2021.05.30.0.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 2ce3027..94fe068 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,14 @@ Revision history for Perl extension Whim
 
 {{$NEXT}}
 
+1.2021.05.30.0 2021-05-31T02:00:17Z
+
+    - Adding LWP::Protocol::https as a dependency. Thanks to Poorchop
+    for the patch.
+
+    - Updating documentation to point at Libera Chat instead of
+    Freenode.
+
 1.2020.09.23.0 2020-09-23T20:31:51Z
 
     - The default summary template now uses emoji instead of tiny inline
  • Loading branch information
jmacdotorg committed May 31, 2021
1 parent f9ce815 commit ec6df95
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ Revision history for Perl extension Whim

{{$NEXT}}

1.2021.05.30.0 2021-05-31T02:00:17Z

- Adding LWP::Protocol::https as a dependency. Thanks to Poorchop
for the patch.

- Updating documentation to point at Libera Chat instead of
Freenode.

1.2020.09.23.0 2020-09-23T20:31:51Z

- The default summary template now uses emoji instead of tiny inline
Expand Down
4 changes: 3 additions & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"DateTime::Format::ISO8601" : "0",
"Digest::SHA" : "0",
"FindBin" : "0",
"LWP::Protocol::https" : "0",
"LWP::UserAgent" : "0",
"Mojolicious" : "0",
"Moo" : "0",
Expand Down Expand Up @@ -81,10 +82,11 @@
"web" : "https://github.com/jmacdotorg/whim"
}
},
"version" : "1.2020.09.23.0",
"version" : "1.2021.05.30.0",
"x_authority" : "cpan:JMAC",
"x_contributors" : [
"Brian Wisti <brianwisti@pobox.com>",
"Poorchop <Poorchop@users.noreply.github.com>",
"Yanick Champoux <yanick@babyl.ca>"
],
"x_serialization_backend" : "JSON::PP version 2.27300_01",
Expand Down
3 changes: 2 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use ExtUtils::MakeMaker 6.64;
my %WriteMakefileArgs = (
NAME => 'Whim',
DISTNAME => 'Whim',
VERSION => '1.2020.09.23.0',
VERSION => '1.2021.05.30.0',
EXE_FILES => [glob('script/*'), glob('bin/*')],
CONFIGURE_REQUIRES => {
"ExtUtils::MakeMaker" => "6.64"
Expand All @@ -28,6 +28,7 @@ my %WriteMakefileArgs = (
"DateTime::Format::ISO8601" => 0,
"Digest::SHA" => 0,
"FindBin" => 0,
"LWP::Protocol::https" => 0,
"LWP::UserAgent" => 0,
"Mojolicious" => 0,
"Moo" => 0,
Expand Down
2 changes: 1 addition & 1 deletion lib/Whim.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Whim::Core;

use Path::Tiny;

our $VERSION = '1.2020.09.23.0';
our $VERSION = '1.2021.05.30.0';

has info => "This is Whim, version $VERSION, by Jason McIntosh.";

Expand Down

0 comments on commit ec6df95

Please sign in to comment.