Skip to content

Commit d6543aa

Browse files
committed
Release v2.0.0.pre4
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 56783e7 commit d6543aa

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

66
# Change Log
77

8+
## v2.0.0.pre4 (2024-05-10)
9+
10+
[Full Changelog](https://jcouball@github.com/ruby-git/ruby-git/compare/v2.0.0.pre3..v2.0.0.pre4)
11+
12+
Changes since v2.0.0.pre3:
13+
14+
* 56783e7 Update create_github_release dependency so pre-releases can be made
15+
* 8566929 Add dependency on create_github_release gem used for releasing the git gem
16+
* 7376d76 Refactor errors that are raised by this gem
17+
* 7e99b17 Update documentation for new timeout functionality
18+
* 705e983 Move experimental builds to a separate workflow that only runs when pushed to master
19+
* e056d64 Build with jruby-head on Windows until jruby/jruby#7515 is fixed
20+
* ec7c257 Remove unneeded scripts to create a new release
21+
* d9570ab Move issue and pull request templates to the .github directory
22+
* e4d6a77 Show log(x).since combination in README
23+
824
## v2.0.0.pre3 (2024-03-15)
925

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

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

0 commit comments

Comments
 (0)