CHANGELOG.md in xml-kit-0.5.0 vs CHANGELOG.md in xml-kit-0.6.0

- old
+ new

@@ -1,15 +1,23 @@ -Version 0.5.0 +Version 0.6.0 # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.6.0] - 2022-05-23 +### Added +- Add support for Ruby 3.1 + +### Removed +- Drop support for Ruby 2.5 +- Drop support for Ruby 2.6 + ## [0.5.0] - 2021-01-30 ### Changed - Minimum Ruby 2.5+ ## [0.4.0] - 2019-04-30 @@ -35,26 +43,27 @@ ### Changed - \_assign does not coerce values by default. - errors are merged together instead of overwritten during attribute validation. -[Unreleased]: https://github.com/saml-kit/xml-kit/compare/v0.5.0...HEAD -[0.5.0]: https://github.com/saml-kit/xml-kit/compare/v0.4.0...v0.5.0 -[0.4.0]: https://github.com/saml-kit/xml-kit/compare/v0.3.1...v0.4.0 -[0.3.1]: https://github.com/saml-kit/xml-kit/compare/v0.3.0...v0.3.1 -[0.3.0]: https://github.com/saml-kit/xml-kit/compare/v0.2.0...v0.3.0 -[0.2.0]: https://github.com/saml-kit/xml-kit/compare/v0.1.14...v0.2.0 -[0.1.14]: https://github.com/saml-kit/xml-kit/compare/v0.1.13...v0.1.14 -[0.1.13]: https://github.com/saml-kit/xml-kit/compare/v0.1.12...v0.1.13 -[0.1.12]: https://github.com/saml-kit/xml-kit/compare/v0.1.11...v0.1.12 -[0.1.11]: https://github.com/saml-kit/xml-kit/compare/v0.1.10...v0.1.11 -[0.1.10]: https://github.com/saml-kit/xml-kit/compare/v0.1.9...v0.1.10 -[0.1.9]: https://github.com/saml-kit/xml-kit/compare/v0.1.8...v0.1.9 -[0.1.8]: https://github.com/saml-kit/xml-kit/compare/v0.1.7...v0.1.8 -[0.1.7]: https://github.com/saml-kit/xml-kit/compare/v0.1.6...v0.1.7 -[0.1.6]: https://github.com/saml-kit/xml-kit/compare/v0.1.5...v0.1.6 -[0.1.5]: https://github.com/saml-kit/xml-kit/compare/v0.1.4...v0.1.5 -[0.1.4]: https://github.com/saml-kit/xml-kit/compare/v0.1.3...v0.1.4 -[0.1.3]: https://github.com/saml-kit/xml-kit/compare/v0.1.1...v0.1.3 -[0.1.1]: https://github.com/saml-kit/xml-kit/compare/v0.1.1...v0.1.1 -[0.1.1]: https://github.com/saml-kit/xml-kit/compare/v0.1.0...v0.1.1 -[0.1.0]: https://github.com/saml-kit/xml-kit/compare/v0.1.0...v0.1.0 +[Unreleased]: https://github.com/xlgmokha/xml-kit/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/xlgmokha/xml-kit/compare/v0.5.0...v0.6.0 +[0.5.0]: https://github.com/xlgmokha/xml-kit/compare/v0.4.0...v0.5.0 +[0.4.0]: https://github.com/xlgmokha/xml-kit/compare/v0.3.1...v0.4.0 +[0.3.1]: https://github.com/xlgmokha/xml-kit/compare/v0.3.0...v0.3.1 +[0.3.0]: https://github.com/xlgmokha/xml-kit/compare/v0.2.0...v0.3.0 +[0.2.0]: https://github.com/xlgmokha/xml-kit/compare/v0.1.14...v0.2.0 +[0.1.14]: https://github.com/xlgmokha/xml-kit/compare/v0.1.13...v0.1.14 +[0.1.13]: https://github.com/xlgmokha/xml-kit/compare/v0.1.12...v0.1.13 +[0.1.12]: https://github.com/xlgmokha/xml-kit/compare/v0.1.11...v0.1.12 +[0.1.11]: https://github.com/xlgmokha/xml-kit/compare/v0.1.10...v0.1.11 +[0.1.10]: https://github.com/xlgmokha/xml-kit/compare/v0.1.9...v0.1.10 +[0.1.9]: https://github.com/xlgmokha/xml-kit/compare/v0.1.8...v0.1.9 +[0.1.8]: https://github.com/xlgmokha/xml-kit/compare/v0.1.7...v0.1.8 +[0.1.7]: https://github.com/xlgmokha/xml-kit/compare/v0.1.6...v0.1.7 +[0.1.6]: https://github.com/xlgmokha/xml-kit/compare/v0.1.5...v0.1.6 +[0.1.5]: https://github.com/xlgmokha/xml-kit/compare/v0.1.4...v0.1.5 +[0.1.4]: https://github.com/xlgmokha/xml-kit/compare/v0.1.3...v0.1.4 +[0.1.3]: https://github.com/xlgmokha/xml-kit/compare/v0.1.1...v0.1.3 +[0.1.1]: https://github.com/xlgmokha/xml-kit/compare/v0.1.1...v0.1.1 +[0.1.1]: https://github.com/xlgmokha/xml-kit/compare/v0.1.0...v0.1.1 +[0.1.0]: https://github.com/xlgmokha/xml-kit/compare/v0.1.0...v0.1.0