File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Change Log
7
7
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
+
8
18
## v1.12.0
9
19
10
20
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
151
161
## 1.0.1
152
162
153
163
* Initial version
154
-
Original file line number Diff line number Diff line change 1
1
module Git
2
2
# The current gem version
3
3
# @return [String] the current gem version.
4
- VERSION = '1.12 .0'
4
+ VERSION = '1.13 .0'
5
5
end
You can’t perform that action at this time.
0 commit comments