Skip to content

Commit

Permalink
4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Feb 12, 2022
1 parent 4f55ab0 commit f15bba1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for IRC::Client

{{$NEXT}}

4.0.8 2022-02-12T10:45:27+01:00
- Upped dependency on IO::Socket::Async::SSL

4.0.7 2022-01-07T00:01:03+01:00
- Make sure that an exception in react/whenever quits

Expand Down
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build-depends": [
],
"depends": [
"IO::Socket::Async::SSL:ver<0.7.9>"
"IO::Socket::Async::SSL:ver<0.7.10>"
],
"description": "Extendable Internet Relay Chat client",
"license": "Artistic-2.0",
Expand All @@ -31,5 +31,5 @@
"Test::When",
"Test::Notice"
],
"version": "4.0.7"
"version": "4.0.8"
}
4 changes: 2 additions & 2 deletions lib/IRC/Client.rakumod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use IO::Socket::Async::SSL:ver<0.7.9>;
unit class IRC::Client:ver<4.0.7>:auth<zef:lizmat>;
use IO::Socket::Async::SSL:ver<0.7.10>;
unit class IRC::Client:ver<4.0.8>:auth<zef:lizmat>;

my &colored; # debug message coloring logic
my &debug; # actual live debugging logic
Expand Down

0 comments on commit f15bba1

Please sign in to comment.