Skip to content

Commit

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

diff --git a/Changes b/Changes
index 690eebf..5093b4c 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Test-APIcast

 {{$NEXT}}

+0.24 2019-06-17T07:49:00Z
+   - No changes.
+
 0.23 2019-06-13T10:00:00Z
    - Lock using file to get random port.
    - Force close ports if are open
  • Loading branch information
mikz committed Jun 17, 2019
1 parent fedae43 commit c3e0593
Show file tree
Hide file tree
Showing 4 changed files with 6 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 Perl extension Test-APIcast

{{$NEXT}}

0.24 2019-06-17T07:49:00Z
- No changes.

0.23 2019-06-13T10:00:00Z
- Lock using file to get random port.
- Force close ports if are open
Expand Down
3 changes: 2 additions & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@
"web" : "https://github.com/3scale/Test-APIcast"
}
},
"version" : "0.23",
"version" : "0.24",
"x_authority" : "cpan:MCICHRA",
"x_contributors" : [
"David Ortiz <[email protected]>",
"Eloy Coto <[email protected]>",
"Michal Cichra <[email protected]>",
"Michal Cichra <[email protected]>"
],
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Test::APIcast - Testing framework for [APIcast](https://github.com/3scale/apicast).

[![CircleCI](https://circleci.com/gh/3scale/Test-APIcast/tree/master.svg?style=shield)](https://circleci.com/gh/3scale/Test-APIcast/tree/master)

# SYNOPSIS

use Test::APIcast;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/APIcast.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings FATAL => 'all';
use Fcntl qw(:flock SEEK_END);

our $VERSION = "0.23";
our $VERSION = "0.24";

BEGIN {
$ENV{TEST_NGINX_BINARY} ||= 'openresty';
Expand Down

0 comments on commit c3e0593

Please sign in to comment.