We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b917977 commit 60f18f4Copy full SHA for 60f18f4
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Overcommit Changelog
2
3
-## master (unreleased)
+## 0.46.0
4
5
* Fix `Credo` pre-commit hook to lint applicable files only rather than
6
all files
lib/overcommit/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module Overcommit
- VERSION = '0.45.0'.freeze
+ VERSION = '0.46.0'.freeze
end
0 commit comments