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 c25e5e0 commit 81932beCopy full SHA for 81932be
CHANGELOG.md
@@ -5,6 +5,16 @@
5
6
# Change Log
7
8
+## v2.3.3 (2024-12-04)
9
+
10
+[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.3.2..v2.3.3)
11
12
+Changes since v2.3.2:
13
14
+* c25e5e0 test: add tests for spaces in the git binary path or the working dir
15
+* 5f43a1a fix: open3 errors on binary paths with spaces
16
+* 60b58ba test: add #run_command for tests to use instead of backticks
17
18
## v2.3.2 (2024-11-19)
19
20
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.3.1..v2.3.2)
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.2'
+ VERSION='2.3.3'
end
0 commit comments