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 7585c39 commit 2ba78e0Copy full SHA for 2ba78e0
CHANGELOG.md
@@ -5,6 +5,16 @@
5
6
# Change Log
7
8
+## v2.0.0-pre.1 (2024-01-15)
9
+
10
+[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.1..v2.0.0-pre.1)
11
12
+Changes since v1.19.1:
13
14
+* 7585c39 Change how the git CLI subprocess is executed (#684)
15
+* f93e042 Update instructions for releasing a new version of the git gem (#686)
16
+* f48930d Update minimum required version of Ruby and Git (#685)
17
18
## v1.19.1 (2024-01-13)
19
20
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.0..v1.19.1)
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='1.19.1'
+ VERSION='2.0.0-pre.1'
end
0 commit comments