File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Change Log
7
7
8
+ ## v3.0.0 (2025-02-27)
9
+
10
+ [ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v2.3.3..v3.0.0 )
11
+
12
+ Changes since v2.3.3:
13
+
14
+ * 534fcf5 chore: use ProcessExecuter.run instead of the implementing it in this gem
15
+ * 629f3b6 feat: update dependenices
16
+ * 501d135 feat: add support for Ruby 3.4 and drop support for Ruby 3.0
17
+ * 38c0eb5 build: update the CI build to use current versions to TruffleRuby and JRuby
18
+ * d3f3a9d chore: add frozen_string_literal: true magic comment
19
+
8
20
## v2.3.3 (2024-12-04)
9
21
10
22
[ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v2.3.2..v2.3.3 )
Original file line number Diff line number Diff line change 3
3
module Git
4
4
# The current gem version
5
5
# @return [String] the current gem version.
6
- VERSION = '2.3.3 '
6
+ VERSION = '3.0.0 '
7
7
end
You can’t perform that action at this time.
0 commit comments