From 246d89852062ca41d31e520a8ca77c89041b0a93 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Tue, 31 Jul 2018 10:48:29 +0100 Subject: [PATCH] Bump version for release --- Changes.md | 6 ++++++ lib/MooX/Role/JSON_LD.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 4c1b277..b1acbde 100644 --- a/Changes.md +++ b/Changes.md @@ -1,7 +1,13 @@ # Change Log +## [0.0.14] - 2018-07-31 + +### Changed + - Changed context attribute to be lazy. +- Removed dependency on Ref::Util + ## [0.0.13] - 2018-06-02 ### Fixed diff --git a/lib/MooX/Role/JSON_LD.pm b/lib/MooX/Role/JSON_LD.pm index 6e4b721..a4dc332 100644 --- a/lib/MooX/Role/JSON_LD.pm +++ b/lib/MooX/Role/JSON_LD.pm @@ -148,7 +148,7 @@ use Carp; use JSON::MaybeXS; use Types::Standard qw[ArrayRef HashRef InstanceOf Str is_CodeRef is_HashRef is_Ref is_Object]; -our $VERSION = '0.0.13'; +our $VERSION = '0.0.14'; requires qw[json_ld_type json_ld_fields];