Skip to content

Commit 185c3f5

Browse files
committed
Release v2.3.2
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 7646e38 commit 185c3f5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

66
# Change Log
77

8+
## v2.3.2 (2024-11-19)
9+
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.3.1..v2.3.2)
11+
12+
Changes since v2.3.1:
13+
14+
* 7646e38 fix: improve error message for Git::Lib#branches_all
15+
816
## v2.3.1 (2024-10-23)
917

1018
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.3.0..v2.3.1)

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.3.1'
4+
VERSION='2.3.2'
55
end

0 commit comments

Comments
 (0)