Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetilk committed Jan 31, 2019
1 parent c6bcd7c commit e446aa1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/AtteanX/Model/SPARQL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use v5.14;
use warnings;

our $AUTHORITY = 'cpan:KJETILK';
our $VERSION = '0.010_01';
our $VERSION = '0.011_01';

use Moo;
use Types::Standard qw(InstanceOf);
Expand Down
2 changes: 1 addition & 1 deletion lib/AtteanX/Plan/SPARQLBGP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ use v5.14;
use warnings;

our $AUTHORITY = 'cpan:KJETILK';
our $VERSION = '0.010_01';
our $VERSION = '0.011_01';

use Moo;
use Scalar::Util qw(blessed);
Expand Down
2 changes: 1 addition & 1 deletion lib/AtteanX/Query/AccessPlan/SingleQuadBGP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

our $AUTHORITY = 'cpan:KJETILK';
our $VERSION = '0.010_01';
our $VERSION = '0.011_01';

use Moo::Role;
use AtteanX::Plan::SPARQLBGP;
Expand Down
2 changes: 1 addition & 1 deletion lib/AtteanX/Store/SPARQL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;


our $AUTHORITY = 'cpan:KJETILK';
our $VERSION = '0.010_01';
our $VERSION = '0.011_01';

use Moo;
use Type::Tiny::Role;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Attean/Store/SPARQL/Role/CreateStore.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;

our $AUTHORITY = 'cpan:KJETILK';
our $VERSION = '0.010_01';
our $VERSION = '0.011_01';

use RDF::Trine::Model;
use RDF::Trine qw(statement iri blank literal);
Expand Down
8 changes: 8 additions & 0 deletions meta/changes.pret
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# This file acts as the project's changelog.

`AtteanX-Store-SPARQL 0.011_01 cpan:KJETILK`
issued 2019-01-31;
label "Fix bug from upstream changes." ;
changeset [
dcs:versus `AtteanX-Store-SPARQL 0.010 cpan:KJETILK`;
item [ rdfs:label "Add count estimate handling."; a dcs:Update; dcs:blame <http://kasei.us/about/foaf.xrdf#greg>; ];
] .

`AtteanX-Store-SPARQL 0.010 cpan:KJETILK`
issued 2016-05-15;
label "Quality improvements." ;
Expand Down

0 comments on commit e446aa1

Please sign in to comment.