We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c46b1a commit 36c2d63Copy full SHA for 36c2d63
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.5.5
2
+-----
3
+* [Fix symbolize_keys function](https://github.com/sferik/multi_xml/commit/a4cae3aeb690999287cd30206399abaa5ce1ae81)
4
+* [Fix Nokogiri parser for the same attr and inner element name](https://github.com/sferik/multi_xml/commit/a28ed86e2d7826b2edeed98552736b4c7ca52726)
5
+
6
0.5.4
7
-----
8
* [Add option to not cast parsed values](https://github.com/sferik/multi_xml/commit/44fc05fbcfd60cc8b555b75212471fab29fa8cd0)
lib/multi_xml/version.rb
@@ -1,3 +1,3 @@
module MultiXml
- VERSION = "0.5.4" unless defined?(MultiXML::VERSION)
+ VERSION = "0.5.5" unless defined?(MultiXML::VERSION)
end
0 commit comments