Skip to content

Commit 2ae9d2b

Browse files
committed
Release version 0.6.0
1 parent fe41540 commit 2ae9d2b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased changes
22

3+
## Version 0.6.0 -- 2022-05-19
4+
5+
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.
6+
37
- Breaking: drop support for Ruby 2.6, minimum is 2.7 ([#58](https://github.com/Narnach/groupie/pull/58))
48
- Feat: add better tokenization support for URIs ([#42](https://github.com/Narnach/groupie/pull/42), [#44](https://github.com/Narnach/groupie/pull/44))
59
- Dev: Rubocop ignores unsafe cops, hides info severity ([#59](https://github.com/Narnach/groupie/pull/59))

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
groupie (0.5.0)
4+
groupie (0.6.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/groupie/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This extends Groupie and adds a version number
44
class Groupie
5-
VERSION = '0.5.0'
5+
VERSION = '0.6.0'
66

77
def self.version
88
VERSION

0 commit comments

Comments
 (0)