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 5d4b34e commit 8df062dCopy full SHA for 8df062d
CHANGELOG.md
@@ -5,6 +5,14 @@
5
6
# Change Log
7
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
16
## v2.0.0.pre2 (2024-02-24)
17
18
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.0.0.pre1..v2.0.0.pre2)
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='2.0.0.pre2'
+ VERSION='2.0.0.pre3'
end
0 commit comments