Release 2.3

This commit is contained in:
Yorick Peterse 2016-07-13 22:44:42 +02:00
parent dca9efb3b1
commit de85784097
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
4 changed files with 10 additions and 1 deletions

View File

@ -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:
<https://github.com/YorickPeterse/oga/pull/154>.
## 2.2 - 2016-02-23
### XPath support for nested pipe operators

View File

@ -0,0 +1 @@
c8d3fad8132061c0d1650c1320b382e4ef81669e9db61a61127ae0f364c08c413e644c57207b94f1c0a671600aac193739b56861c60ce68f88866837c193b55d

View File

@ -0,0 +1 @@
1ee2b613c6c39228fadea98c073a1b31487e9dc2aa29c99c2b5221749fcf7cf99f933cb4a5f03b336d4fa8aca006ace10f6d4ff0156a109866265065ae776aa7

View File

@ -1,3 +1,3 @@
module Oga
VERSION = '2.2'
VERSION = '2.3'
end # Oga