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 667b830 commit 28aa69fCopy full SHA for 28aa69f
CHANGELOG.md
@@ -5,6 +5,15 @@
5
6
# Change Log
7
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
17
## v1.13.0 (2022-12-10)
18
19
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.12.0...v1.13.0)
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.0'
+ VERSION='1.13.1'
end
0 commit comments