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 b6e031d commit 354412eCopy full SHA for 354412e
CHANGELOG.md
@@ -5,6 +5,15 @@
5
6
# Change Log
7
8
+## v1.13.2 (2023-02-02)
9
+
10
+[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.13.1..v1.13.2)
11
12
+Changes since v1.13.1:
13
14
+* b6e031d Fix `Git::Lib#commit_data` for GPG-signed commits (#610)
15
+* b12b820 Fix escaped path decoding (#612)
16
17
## v1.13.1 (2023-01-12)
18
19
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.13.0...v1.13.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.13.1'
+ VERSION='1.13.2'
end
0 commit comments