diff --git a/checksum/oga-0.1.1.gem.sha512 b/checksum/oga-0.1.1.gem.sha512 new file mode 100644 index 0000000..ddecc4e --- /dev/null +++ b/checksum/oga-0.1.1.gem.sha512 @@ -0,0 +1 @@ +57f84bb186f93b1f3fb8a6ef885de6ecab8a752564c277a1fd64dde46172c0dc980cbb0b6a71d3bb629c709be26f3fb3fc9b4b36e4160915b2bc1629cb4a0f33 \ No newline at end of file diff --git a/doc/changelog.md b/doc/changelog.md index 85de81f..f738791 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,11 @@ # 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 The first public release of Oga. This release contains support for parsing XML, diff --git a/lib/oga/version.rb b/lib/oga/version.rb index a05b1b9..a7c41cc 100644 --- a/lib/oga/version.rb +++ b/lib/oga/version.rb @@ -1,3 +1,3 @@ module Oga - VERSION = '0.1.0' + VERSION = '0.1.1' end # Oga