Skip to content

Commit

Permalink
Release YAHC v0.029
Browse files Browse the repository at this point in the history
  - fix problem with empty head param when building http request body
  - improved docs
  - lots of improvments in tests
  • Loading branch information
Ivan Kruglov committed Sep 6, 2016
1 parent 8a7e4d2 commit 81822b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perl module YAHC

0.029 2016-09-06 IKRUGLOV
- fix problem with empty head param when building http request body
- improved docs
- lots of improvments in tests

0.028 2016-07-23 IKRUGLOV
- new yahc_conn_register_error()
- new yahc_conn_attempt()
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.028';
our $VERSION = '0.029';

use EV;
use Time::HiRes;
Expand Down

0 comments on commit 81822b5

Please sign in to comment.