Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed May 30, 2018
1 parent f4f3241 commit 666af0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Change Log

## [Unreleased]
## [0.0.12] - 2018-05-30

### Fixed

- Fix handling of subclasses in MooX::JSON_LD. It will inherit fields
defined in parent classes.

- Fixed namespace::autoclean pre-req.

## [0.0.11] - 2018-05-28

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/MooX/JSON_LD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ use Moo::Role ();
use List::Util qw/ any /;
use Sub::Quote qw/ quote_sub /;

our $VERSION = '0.0.11';
our $VERSION = '0.0.12';

my %Attributes;

Expand Down
2 changes: 1 addition & 1 deletion lib/MooX/Role/JSON_LD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ use JSON::MaybeXS;
use Ref::Util qw/ is_plain_coderef is_plain_hashref is_ref is_blessed_ref /;
use Types::Standard qw[ArrayRef HashRef InstanceOf Str];

our $VERSION = '0.0.11';
our $VERSION = '0.0.12';

requires qw[json_ld_type json_ld_fields];

Expand Down

0 comments on commit 666af0e

Please sign in to comment.