Skip to content

Commit

Permalink
Cut version 0.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jul 14, 2020
1 parent 2a7e266 commit bbac977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Overcommit Changelog

## master (unreleased)
## 0.54.1

* Fix `Overcommit::GitRepo.list_files` helper to work with arbitrarily large lists of files.
* `AuthorName` allows for non-0 length to be more inclusive of names.
* Fix `AuthorName` to allow mononyms to be more inclusive of names.

## 0.54.0

Expand Down
2 changes: 1 addition & 1 deletion lib/overcommit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
module Overcommit
VERSION = '0.54.0'
VERSION = '0.54.1'
end

0 comments on commit bbac977

Please sign in to comment.