Skip to content

Commit

Permalink
Bump to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Apr 5, 2020
1 parent b950558 commit a23480b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.2.0
-----------

- Test with Ruby 2.4/2.5/2.6/2.7
- Test with Rails 5.x/6.x
- Switch to Zeitwerk to load gem files
- Add magic comment `# frozen_string_literal: true`
- Add binstubs to ease development
- Improve process name
- Improve systemd support
- Add Rubocop


1.1.0
-----------
- Rails 3 and old Rubies are not supported anymore, sorry rails 3 guys...
Expand Down
4 changes: 2 additions & 2 deletions lib/crono/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def self.gem_version

module VERSION
MAJOR = 1
MINOR = 1
TINY = 2
MINOR = 2
TINY = 0
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
Expand Down

0 comments on commit a23480b

Please sign in to comment.