Release 0.1.3

This commit is contained in:
Yorick Peterse 2014-09-24 00:24:00 +02:00
parent 75f4e81533
commit c3a5ce745c
4 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1 @@
5f0dd742ae27be33ded761ee78e8870fe256d2a9d3e8da64fbd8a5c544391dbd0b1633030c06c46a9f71d35a50eaba2aba07c6c17e3ffdbe4a4edace641283d2

View File

@ -0,0 +1 @@
10809682eae382fe45520d1daddef82d3219cc2b4553ba88fd1e8ff00c476e78f4e1e63e37a6026a4088a87f5f4f4d6360ae29cfd455a920ef33218300fde5d8

View File

@ -3,6 +3,12 @@
This document contains details of the various releases and their release dates. This document contains details of the various releases and their release dates.
Dates are in the format `yyyy-mm-dd`. Dates are in the format `yyyy-mm-dd`.
## 0.1.3 - 2014-09-24
This release fixes a problem with serializing attributes using the namespace
prefix "xmlns". See <https://github.com/YorickPeterse/oga/issues/47> for more
information.
## 0.1.2 - 2014-09-23 ## 0.1.2 - 2014-09-23
### SAX API ### SAX API

View File

@ -1,3 +1,3 @@
module Oga module Oga
VERSION = '0.1.2' VERSION = '0.1.3'
end # Oga end # Oga