Skip to content

Commit 354412e

Browse files
committed
Release v1.13.2
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent b6e031d commit 354412e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

66
# Change Log
77

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+
817
## v1.13.1 (2023-01-12)
918

1019
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.13.0...v1.13.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.13.1'
4+
VERSION='1.13.2'
55
end

0 commit comments

Comments
 (0)