We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3e8fa commit 9ce5492Copy full SHA for 9ce5492
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Overcommit Changelog
2
3
+## 0.65.0
4
+
5
+* Load bundled gems on expected version
6
7
## 0.64.1
8
9
* Update minimum version of rexml to address [CVE-2024-49761](https://www.ruby-lang.org/en/news/2024/10/28/redos-rexml-cve-2024-49761/)
lib/overcommit/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module Overcommit
- VERSION = '0.64.1'
+ VERSION = '0.65.0'
end
0 commit comments