Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Dec 13, 2019
1 parent dd896c9 commit d3b9370
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
0.2.5 2019-12-xx
- Changed LICENSE sections and file. Replace 'Perl' with 'Artistic'.
- Replaces references to Perl with Raku
- This includes LICENSE sections of 'Perl' with 'Artistic'. Replace
LICENSE file with a more recent version of the Artistic license.
- Fixes for Rakudo 2018.10
0.2.4 2019-12-08
- [xml6_gbl.c]
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
"xml", "html", "xpath", "dom"
],
"test-depends" : [ ],
"version" : "0.2.5"
"version" : "0.2.6"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ With thanks to: Christian Glahn, Ilya Martynov, Matt Sergeant, Petr Pajas, Shlom
VERSION
=======

0.2.5
0.2.6

COPYRIGHT
=========
Expand Down
4 changes: 2 additions & 2 deletions lib/LibXML.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use LibXML::Node::List;
use LibXML::XPath::Object;
use LibXML::XPath::Context;

unit class LibXML:ver<0.2.5>
unit class LibXML:ver<0.2.6>
is LibXML::Parser;

method config handles <version config-version have-compression have-reader have-schemas have-threads skip-xml-declaration skip-dtd keep-blanks-default tag-expansion> {
Expand Down Expand Up @@ -161,7 +161,7 @@ Xliff.
=head1 VERSION
0.2.5
0.2.6
=head1 COPYRIGHT
Expand Down

0 comments on commit d3b9370

Please sign in to comment.