Skip to content

Commit 15b80f4

Browse files
committed
Release v2.0.0.pre2
1 parent 023017b commit 15b80f4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

66
# Change Log
77

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+
817
## v2.0.0.pre1 (2024-01-15)
918

1019
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.1..v2.0.0.pre1)

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

0 commit comments

Comments
 (0)