Skip to content

Commit 9ce5492

Browse files
committed
Cut version 0.65.0
1 parent 7d3e8fa commit 9ce5492

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Overcommit Changelog
22

3+
## 0.65.0
4+
5+
* Load bundled gems on expected version
6+
37
## 0.64.1
48

59
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# Defines the gem version.
44
module Overcommit
5-
VERSION = '0.64.1'
5+
VERSION = '0.65.0'
66
end

0 commit comments

Comments
 (0)