Skip to content

Commit

Permalink
Increment to v0.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Aug 31, 2011
1 parent 467a881 commit 20c4ea7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for Perl extension PGXN-Meta-Validator.

0.15.0

0.14.0 2011-08-31T03:44:57Z
- Added tests to protect against autovivication of keys.
- Rewrote all error messages to be more consistent and informative.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PGXN/Meta/Validator version 0.14.0
PGXN/Meta/Validator version 0.15.0
==================================

This library's module, PGXN::Meta::Validator, provides a simple Perl interface
Expand Down
2 changes: 1 addition & 1 deletion lib/PGXN/Meta/Validator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
use SemVer;
use JSON;
use Carp qw(croak);
our $VERSION = v0.14.0;
our $VERSION = v0.15.0;

=head1 Name
Expand Down

0 comments on commit 20c4ea7

Please sign in to comment.