Skip to content

Commit 2500bcf

Browse files
committed
Release v1.17.2
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent f43d68a commit 2500bcf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

66
# Change Log
77

8+
## v1.17.2 (2023-03-07)
9+
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.17.1..v1.17.2)
11+
12+
Changes since v1.17.1:
13+
14+
* f43d6 Fix branch name parsing to handle names that include slashes (#651)
15+
816
## v1.17.1 (2023-03-06)
917

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

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

0 commit comments

Comments
 (0)