Release 0.1.1.
This commit is contained in:
parent
b8a82b2094
commit
9ab5c302f7
|
@ -0,0 +1 @@
|
||||||
|
57f84bb186f93b1f3fb8a6ef885de6ecab8a752564c277a1fd64dde46172c0dc980cbb0b6a71d3bb629c709be26f3fb3fc9b4b36e4160915b2bc1629cb4a0f33
|
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.1.1 - 2014-09-13
|
||||||
|
|
||||||
|
This release fixes a problem where element attributes were not separated by
|
||||||
|
spaces. Thanks to Jonathan Rochkind for reporting it and Bill Dueber providing
|
||||||
|
an initial patch for this problem.
|
||||||
|
|
||||||
## 0.1.0 - 2014-09-12
|
## 0.1.0 - 2014-09-12
|
||||||
|
|
||||||
The first public release of Oga. This release contains support for parsing XML,
|
The first public release of Oga. This release contains support for parsing XML,
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Oga
|
module Oga
|
||||||
VERSION = '0.1.0'
|
VERSION = '0.1.1'
|
||||||
end # Oga
|
end # Oga
|
||||||
|
|
Loading…
Reference in New Issue