File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Change Log
7
7
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
+
8
22
## v2.3.0 (2024-09-01)
9
23
10
24
[ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v2.2.0..v2.3.0 )
Original file line number Diff line number Diff line change 1
1
module Git
2
2
# The current gem version
3
3
# @return [String] the current gem version.
4
- VERSION = '2.3.0 '
4
+ VERSION = '2.3.1 '
5
5
end
You can’t perform that action at this time.
0 commit comments