Skip to content

Commit 8df062d

Browse files
committed
Release v2.0.0.pre3
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 5d4b34e commit 8df062d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

66
# Change Log
77

8+
## v2.0.0.pre3 (2024-03-15)
9+
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.0.0.pre2..v2.0.0.pre3)
11+
12+
Changes since v2.0.0.pre2:
13+
14+
* 5d4b34e Allow allow_unrelated_histories option for Base#pull
15+
816
## v2.0.0.pre2 (2024-02-24)
917

1018
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.0.0.pre1..v2.0.0.pre2)

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.0.0.pre2'
4+
VERSION='2.0.0.pre3'
55
end

0 commit comments

Comments
 (0)