Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jun 6, 2021
1 parent 8adacc8 commit 2aad066
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [1.0.1] - 2021-06-06

### Fixed

- Decreased code complexity

- Bring version numbers in line across modules

### Added

- Github Actions CI

## [1.0.0] - 2020-03-12

### 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 @@ -122,7 +122,7 @@ use MRO::Compat;
use List::Util qw/ all /;
use Sub::Quote qw/ quote_sub /;

our $VERSION = '0.0.17';
our $VERSION = '1.0.1';

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 @@ -160,7 +160,7 @@ use MRO::Compat;
use Types::Standard qw[ArrayRef HashRef InstanceOf Str is_CodeRef is_HashRef
is_ArrayRef is_Ref is_Object];

our $VERSION = '1.0.0';
our $VERSION = '1.0.1';

requires qw[json_ld_type json_ld_fields];

Expand Down

0 comments on commit 2aad066

Please sign in to comment.