From: Charles McGarvey Date: Sun, 17 Mar 2019 06:46:35 +0000 (-0600) Subject: Release HTTP-AnyUA 0.904 X-Git-Tag: v0.904^0 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-HTTP-AnyUA;a=commitdiff_plain;h=9f5951b243d33594bbc873e08a6545bf56a7e35e Release HTTP-AnyUA 0.904 * When AnyEvent::HTTP and Mojo::UserAgent are used as backends, we now try to respond with AnyEvent::HTTP and Future::Mojo respectively. * HTTP::Tiny is now a recommended (instead of suggested) runtime dependency. --- diff --git a/Changes b/Changes index ea9d312..440ea85 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,12 @@ Revision history for HTTP-AnyUA. {{$NEXT}} +0.904 2019-03-17 00:45:41-06:00 MST7MDT + + * When AnyEvent::HTTP and Mojo::UserAgent are used as backends, we now try + to respond with AnyEvent::HTTP and Future::Mojo respectively. + * HTTP::Tiny is now a recommended (instead of suggested) runtime dependency. + 0.903 2019-03-09 12:33:20-07:00 MST7MDT * Fix bug in Runtime middleware calling ->transform in void context for diff --git a/README.md b/README.md index 3ff0198..ae3a451 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ HTTP::AnyUA - An HTTP user agent programming interface unification layer # VERSION -version 0.903 +version 0.904 # SYNOPSIS @@ -447,7 +447,7 @@ Charles McGarvey # COPYRIGHT AND LICENSE -This software is copyright (c) 2017 by Charles McGarvey. +This software is copyright (c) 2019 by Charles McGarvey. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.