diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ba2ba..e053d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ This document contains details of the various releases and their release dates. Dates are in the format `yyyy-mm-dd`. +## 2.3 - 2016-07-13 + +Thanks to various changes provided by Erik Michaels-Ober Oga can now be used to +parse XML input from a pipe (as returned by for example `IO.pipe`). See the +following pull request for more information: +. + ## 2.2 - 2016-02-23 ### XPath support for nested pipe operators diff --git a/checksum/oga-2.3-java.gem.sha512 b/checksum/oga-2.3-java.gem.sha512 new file mode 100644 index 0000000..5dedf70 --- /dev/null +++ b/checksum/oga-2.3-java.gem.sha512 @@ -0,0 +1 @@ +c8d3fad8132061c0d1650c1320b382e4ef81669e9db61a61127ae0f364c08c413e644c57207b94f1c0a671600aac193739b56861c60ce68f88866837c193b55d \ No newline at end of file diff --git a/checksum/oga-2.3.gem.sha512 b/checksum/oga-2.3.gem.sha512 new file mode 100644 index 0000000..c0b5021 --- /dev/null +++ b/checksum/oga-2.3.gem.sha512 @@ -0,0 +1 @@ +1ee2b613c6c39228fadea98c073a1b31487e9dc2aa29c99c2b5221749fcf7cf99f933cb4a5f03b336d4fa8aca006ace10f6d4ff0156a109866265065ae776aa7 \ No newline at end of file diff --git a/lib/oga/version.rb b/lib/oga/version.rb index 474de39..b6f67cb 100644 --- a/lib/oga/version.rb +++ b/lib/oga/version.rb @@ -1,3 +1,3 @@ module Oga - VERSION = '2.2' + VERSION = '2.3' end # Oga