Skip to content

Commit f5299a9

Browse files
committed
Release v2.3.0
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent f8bc987 commit f5299a9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66
# Change Log
77

8+
## v2.3.0 (2024-09-01)
9+
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.2.0..v2.3.0)
11+
12+
Changes since v2.2.0:
13+
14+
* f8bc987 Fix windows CI build error
15+
* 471f5a8 Sanatize object ref sent to cat-file command
16+
* 604a9a2 Make Git::Base#branch work when HEAD is detached
17+
818
## v2.2.0 (2024-08-26)
919

1020
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.1.1..v2.2.0)

lib/git/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Git
22
# The current gem version
33
# @return [String] the current gem version.
4-
VERSION='2.2.0'
4+
VERSION='2.3.0'
55
end

0 commit comments

Comments
 (0)