diff --git a/Changes b/Changes index 0d6d80de..bd3f175f 100644 --- a/Changes +++ b/Changes @@ -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] diff --git a/META6.json b/META6.json index 8f2df107..22996914 100644 --- a/META6.json +++ b/META6.json @@ -79,5 +79,5 @@ "xml", "html", "xpath", "dom" ], "test-depends" : [ ], - "version" : "0.2.5" + "version" : "0.2.6" } diff --git a/README.md b/README.md index 7681d181..55dc85e6 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ With thanks to: Christian Glahn, Ilya Martynov, Matt Sergeant, Petr Pajas, Shlom VERSION ======= -0.2.5 +0.2.6 COPYRIGHT ========= diff --git a/lib/LibXML.pm6 b/lib/LibXML.pm6 index e96237cc..5ec80688 100644 --- a/lib/LibXML.pm6 +++ b/lib/LibXML.pm6 @@ -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 { @@ -161,7 +161,7 @@ Xliff. =head1 VERSION -0.2.5 +0.2.6 =head1 COPYRIGHT