Skip to content

Commit ca8ff35

Browse files
committed
Release v1.13.0
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 8349224 commit ca8ff35

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66
# Change Log
77

8+
## v1.13.0 (2022-12-10)
9+
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.12.0...v1.13.0)
11+
12+
* 8349224 Update list of maintainers (#598)
13+
* 4fe8738 In ls-files do not unescape file paths with eval (#602)
14+
* 74b8e11 Add start_point option for checkout command (#597)
15+
* ff6dcf4 Do not assume the default branch is 'master' in tests
16+
* 8279298 Fix exception when Git is autoloaded (#594)
17+
818
## v1.12.0
919

1020
See https://github.com/ruby-git/ruby-git/releases/tag/v1.12.0
@@ -151,4 +161,3 @@ See https://github.com/ruby-git/ruby-git/releases/tag/v1.4.0
151161
## 1.0.1
152162

153163
* Initial version
154-

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

0 commit comments

Comments
 (0)