Skip to content

Commit 35bff56

Browse files
committed
Bump version to 0.7.2
1 parent d4e14ea commit 35bff56

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.7.2
2+
-----
3+
* [Drop support for Ruby 3.1](https://github.com/sferik/multi_xml/commit/fab6288edd36c58a2b13e0206d8bed305fcb4a4b)
4+
5+
0.7.1
6+
-----
7+
* [Relax required Ruby version constraint to allow installation on Debian stable](https://github.com/sferik/multi_xml/commit/7d18711466a15e158dc71344ca6f6e18838ecc8d)
8+
19
0.7.0
210
-----
311
* [Add support for Ruby 3.3](https://github.com/sferik/multi_xml/pull/67)

lib/multi_xml/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MultiXml
2-
VERSION = Gem::Version.create("0.7.1")
2+
VERSION = Gem::Version.create("0.7.2")
33
end

0 commit comments

Comments
 (0)