File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Change Log
7
7
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
+
8
24
## v2.0.0.pre3 (2024-03-15)
9
25
10
26
[ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v2.0.0.pre2..v2.0.0.pre3 )
Original file line number Diff line number Diff line change 1
1
module Git
2
2
# The current gem version
3
3
# @return [String] the current gem version.
4
- VERSION = '2.0.0.pre3 '
4
+ VERSION = '2.0.0.pre4 '
5
5
end
You can’t perform that action at this time.
0 commit comments