Skip to content

Commit 81932be

Browse files
committed
chore: release v2.3.3
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent c25e5e0 commit 81932be

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.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+
818
## v2.3.2 (2024-11-19)
919

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

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

0 commit comments

Comments
 (0)