Skip to content

Commit 28aa69f

Browse files
committed
Release v1.13.1
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 667b830 commit 28aa69f

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.1 (2023-01-12)
9+
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.13.0...v1.13.1)
11+
12+
* 667b830 Update the GitHub Action step "actions/checkout" from v2 to v3 (#608)
13+
* 23a0ac4 Fix version parsing (#605)
14+
* 429f0bb Update release instructions (#606)
15+
* 68d76b8 Drop ruby 2.3 build and add 3.1 and 3.2 builds (#607)
16+
817
## v1.13.0 (2022-12-10)
918

1019
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.12.0...v1.13.0)

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

0 commit comments

Comments
 (0)