Skip to content

Commit

Permalink
Chore: version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Narnach committed Sep 7, 2021
1 parent c54dc38 commit 042f725
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Unreleased changes

Welcome to 2021, where Ruby version 2.6 is the lowest with official support, Bundler is the default for managing packages and RSpec version 3 is used to test things.
## Version 0.4.0 -- 2021-09-07

Welcome to 2021, where Ruby version 2.6 is the lowest with official support, Bundler is the default for managing packages and RSpec version 3 is used to test things. This version updates Groupie into this decade.

- Refactor: update Groupie to 2021 standards
- Feat: raise Groupie::Error instead of RuntimeError
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
groupie (0.3.0)
groupie (0.4.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/groupie/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This extends Groupie and adds a version number
class Groupie
VERSION = '0.3.0'
VERSION = '0.4.0'

def self.version
VERSION
Expand Down

0 comments on commit 042f725

Please sign in to comment.