Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 30, 2024
1 parent ad4cdad commit f0480bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.7.0
-----
* [Add support for Ruby 3.3](https://github.com/sferik/multi_xml/pull/67)
* [Drop support for Ruby 3.0](https://github.com/sferik/multi_xml/commit/eec72c56307fede3a93f1a61553587cb278b0c8a) [and](https://github.com/sferik/multi_xml/commit/6a6dec80a36c30774a5525b45f71d346fb561e69) [earlier](https://github.com/sferik/multi_xml/commit/e7dad37a0a0be8383a26ffe515c575b5b4d04588)
* [Don't mutate strings](https://github.com/sferik/multi_xml/commit/71be3fff4afb0277a7e1c47c5f1f4b6106a8eb45)

0.6.0
-----
* [Duplexed Streams](https://github.com/sferik/multi_xml/pull/45)
Expand Down
2 changes: 1 addition & 1 deletion lib/multi_xml/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MultiXml
VERSION = Gem::Version.create("0.6.0")
VERSION = Gem::Version.create("0.7.0")
end

0 comments on commit f0480bf

Please sign in to comment.