Skip to content

Commit

Permalink
Release v2.0.0.pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouball committed Feb 24, 2024
1 parent 023017b commit 15b80f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,15 @@

# Change Log

## v2.0.0.pre2 (2024-02-24)

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

Changes since v2.0.0.pre1:

* 023017b Add a timeout for git commands (#692)
* 8286ceb Refactor the Error heriarchy (#693)

## v2.0.0.pre1 (2024-01-15)

[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.1..v2.0.0.pre1)
Expand Down
2 changes: 1 addition & 1 deletion lib/git/version.rb
@@ -1,5 +1,5 @@
module Git
# The current gem version
# @return [String] the current gem version.
VERSION='2.0.0.pre1'
VERSION='2.0.0.pre2'
end

0 comments on commit 15b80f4

Please sign in to comment.