Skip to content

Commit affe1a0

Browse files
committed
chore: release v2.3.1
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent e236007 commit affe1a0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

66
# Change Log
77

8+
## v2.3.1 (2024-10-23)
9+
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.3.0..v2.3.1)
11+
12+
Changes since v2.3.0:
13+
14+
* e236007 test: allow bin/test-in-docker to accept the test file(s) to run on command line
15+
* f4747e1 test: rename bin/tests to bin/test-in-docker
16+
* 51f781c test: remove duplicate test from test_stashes.rb
17+
* 2e79dbe Fixed "unbranched" stash message support:
18+
* da6fa6e Conatinerised the test suite with Docker:
19+
* 2e23d47 Update instructions for building a specific version of Git
20+
* 70565e3 Add Git.binary_version to return the version of the git command line
21+
822
## v2.3.0 (2024-09-01)
923

1024
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.2.0..v2.3.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.3.0'
4+
VERSION='2.3.1'
55
end

0 commit comments

Comments
 (0)