Release 0.1.3
This commit is contained in:
parent
75f4e81533
commit
c3a5ce745c
|
@ -0,0 +1 @@
|
||||||
|
5f0dd742ae27be33ded761ee78e8870fe256d2a9d3e8da64fbd8a5c544391dbd0b1633030c06c46a9f71d35a50eaba2aba07c6c17e3ffdbe4a4edace641283d2
|
|
@ -0,0 +1 @@
|
||||||
|
10809682eae382fe45520d1daddef82d3219cc2b4553ba88fd1e8ff00c476e78f4e1e63e37a6026a4088a87f5f4f4d6360ae29cfd455a920ef33218300fde5d8
|
|
@ -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
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Oga
|
module Oga
|
||||||
VERSION = '0.1.2'
|
VERSION = '0.1.3'
|
||||||
end # Oga
|
end # Oga
|
||||||
|
|
Loading…
Reference in New Issue