File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 3.1.1 "
2
+ "." : " 4.0.0 "
3
3
}
Original file line number Diff line number Diff line change 5
5
6
6
# Change Log
7
7
8
+ ## [ 4.0.0] ( https://github.com/ruby-git/ruby-git/compare/v3.1.1...v4.0.0 ) (2025-07-02)
9
+
10
+
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * Users will need to be on Ruby 3.2 or greater
14
+
15
+ ### Features
16
+
17
+ * Upgrade minimally supported Ruby to 3.2 ([ fb93ef1] ( https://github.com/ruby-git/ruby-git/commit/fb93ef14def222d6eca29f49a5f810a3d6de5787 ) )
18
+
19
+
20
+ ### Other Changes
21
+
22
+ * Remove unneeded explicit return statements ([ 28e07ae] ( https://github.com/ruby-git/ruby-git/commit/28e07ae2e91a8defd52549393bf6f3fcbede122e ) )
23
+ * Upgrade to ProcessExecuter 4.x ([ 5b00d3b] ( https://github.com/ruby-git/ruby-git/commit/5b00d3b9c4063c9988d844eec9ddedddb8c26446 ) )
24
+
8
25
## [ 3.1.1] ( https://github.com/ruby-git/ruby-git/compare/v3.1.0...v3.1.1 ) (2025-07-02)
9
26
10
27
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 = '3.1.1 '
6
+ VERSION = '4.0.0 '
7
7
end
You can’t perform that action at this time.
0 commit comments