File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 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
+ ## v1.18.0 (2023-03-19)
9
+
10
+ [ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v1.17.2..v1.18.0 )
11
+
12
+ Changes since v1.17.2:
13
+
14
+ * 3c70 Add support for ` --update-head-ok ` to ` fetch ` (#660 )
15
+ * b53d Do not generate yard documentation when building in TruffleRuby (#659 )
16
+ * 5af1 Correctly report command output when there is an error (#658 )
17
+ * b27a Add test to ensure that ` Git.open ` works to open a submodule (#655 )
18
+ * 5b0e Update Git.clone to set multiple config variables (#653 )
19
+
8
20
## v1.17.2 (2023-03-07)
9
21
10
22
[ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v1.17.1..v1.17.2 )
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 = '1.17.2 '
4
+ VERSION = '1.18.0 '
5
5
end
You can’t perform that action at this time.
0 commit comments