Skip to content

Commit 2ba78e0

Browse files
committed
Release v2.0.0-pre.1
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 7585c39 commit 2ba78e0

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.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+
818
## v1.19.1 (2024-01-13)
919

1020
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.0..v1.19.1)

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='1.19.1'
4+
VERSION='2.0.0-pre.1'
55
end

0 commit comments

Comments
 (0)