Skip to content

Commit 36c2d63

Browse files
committed
Bump version to 0.5.5
1 parent 1c46b1a commit 36c2d63

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
0.5.4
27
-----
38
* [Add option to not cast parsed values](https://github.com/sferik/multi_xml/commit/44fc05fbcfd60cc8b555b75212471fab29fa8cd0)

lib/multi_xml/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MultiXml
2-
VERSION = "0.5.4" unless defined?(MultiXML::VERSION)
2+
VERSION = "0.5.5" unless defined?(MultiXML::VERSION)
33
end

0 commit comments

Comments
 (0)