We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7646e38 commit 185c3f5Copy full SHA for 185c3f5
CHANGELOG.md
@@ -5,6 +5,14 @@
5
6
# Change Log
7
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
16
## v2.3.1 (2024-10-23)
17
18
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.3.0..v2.3.1)
lib/git/version.rb
@@ -1,5 +1,5 @@
1
module Git
2
# The current gem version
3
# @return [String] the current gem version.
4
- VERSION='2.3.1'
+ VERSION='2.3.2'
end
0 commit comments