Skip to content

Commit

Permalink
chore: v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed Oct 9, 2022
1 parent 5579e70 commit eeb1116
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

## [master]

[master]: https://github.com/mishina2228/nova_git_stats/compare/v2.4.0...master
[master]: https://github.com/mishina2228/nova_git_stats/compare/v2.4.1...master

## [2.4.1]

[2.4.1]: https://github.com/mishina2228/nova_git_stats/compare/v2.4.0...v2.4.1

* Changes
* Relax activesupport version from `>= 6.1` to `>= 5.2`
* Replace deprecated DateTime with Time
* Support Haml 6

## [2.4.0]

Expand Down
2 changes: 1 addition & 1 deletion lib/git_stats/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module GitStats
VERSION = '2.5.0.alpha'
VERSION = '2.4.1'

def self.version
VERSION
Expand Down

0 comments on commit eeb1116

Please sign in to comment.