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 023017b commit 15b80f4Copy full SHA for 15b80f4
CHANGELOG.md
@@ -5,6 +5,15 @@
5
6
# Change Log
7
8
+## v2.0.0.pre2 (2024-02-24)
9
+
10
+[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.0.0.pre1..v2.0.0.pre2)
11
12
+Changes since v2.0.0.pre1:
13
14
+* 023017b Add a timeout for git commands (#692)
15
+* 8286ceb Refactor the Error heriarchy (#693)
16
17
## v2.0.0.pre1 (2024-01-15)
18
19
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.1..v2.0.0.pre1)
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.pre1'
+ VERSION='2.0.0.pre2'
end
0 commit comments