File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 11module Git
22 # The current gem version
33 # @return [String] the current gem version.
4- VERSION = '2.3.0 '
4+ VERSION = '2.3.1 '
55end
You can’t perform that action at this time.
0 commit comments