Skip to content

Commit

Permalink
Release YAHC v0.025
Browse files Browse the repository at this point in the history
    - add yahc_retry_conn()
    - move t/requests.t to live tests
  • Loading branch information
Ivan Kruglov committed Dec 4, 2015
1 parent 2ef30f4 commit 2116b89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Perl module YAHC

0.025 2015-12-04 IKRUGLOV
- yahc_retry_conn()
- move t/requests.t to live tests

0.024 2015-11-13 IKRUGLOV
- fix failing tests

Expand Down
2 changes: 1 addition & 1 deletion lib/YAHC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package YAHC;
use strict;
use warnings;

our $VERSION = '0.024';
our $VERSION = '0.025';

use EV;
use Time::HiRes;
Expand Down

0 comments on commit 2116b89

Please sign in to comment.