CHANGELOG.md in groupie-0.5.0 vs CHANGELOG.md in groupie-0.6.0

- old
+ new

@@ -1,6 +1,15 @@ ## Unreleased changes +## Version 0.6.0 -- 2022-05-19 + +This release bumps the minimum Ruby version, so it's technically breaking if you're using a currently unsupported Ruby version. It also improves the tokenization of URLs by using their structure and common token boundaries to easily extract tokens. + +- Breaking: drop support for Ruby 2.6, minimum is 2.7 ([#58](https://github.com/Narnach/groupie/pull/58)) +- Feat: add better tokenization support for URIs ([#42](https://github.com/Narnach/groupie/pull/42), [#44](https://github.com/Narnach/groupie/pull/44)) +- Dev: Rubocop ignores unsafe cops, hides info severity ([#59](https://github.com/Narnach/groupie/pull/59)) +- Dev: enforce 100% test coverage ([#60](https://github.com/Narnach/groupie/pull/60)) + ## Version 0.5.0 -- 2022-02-16 This release has breaking changes (deprecation cleanup and internals rework), a new feature (smart weights!) and is officially tested on Ruby 3.1.0 (it's what I use). I've enabled the setting to require MFA to publish this gem, to help protect those who use it. - Breaking: remove `String#tokenize` core extension; please use `Groupie.tokenize(string)` instead [#39](https://github.com/Narnach/groupie/pull/39)