Skip to content

Commit cfcf40f

Browse files
committed
Release v1.18.0
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 3c704ef commit cfcf40f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

66
# Change Log
77

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+
820
## v1.17.2 (2023-03-07)
921

1022
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.17.1..v1.17.2)

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='1.17.2'
4+
VERSION='1.18.0'
55
end

0 commit comments

Comments
 (0)