We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43d68a commit 2500bcfCopy full SHA for 2500bcf
CHANGELOG.md
@@ -5,6 +5,14 @@
5
6
# Change Log
7
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
16
## v1.17.1 (2023-03-06)
17
18
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.17.0..v1.17.1)
lib/git/version.rb
@@ -1,5 +1,5 @@
1
module Git
2
# The current gem version
3
# @return [String] the current gem version.
4
- VERSION='1.17.1'
+ VERSION='1.17.2'
end
0 commit comments