From 28aa69f34f6e05ebae5731eb34c82a3659136e35 Mon Sep 17 00:00:00 2001 From: James Couball Date: Thu, 12 Jan 2023 13:56:04 -0800 Subject: [PATCH] Release v1.13.1 Signed-off-by: James Couball --- CHANGELOG.md | 9 +++++++++ lib/git/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c3bd4f..c4780165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ # Change Log +## v1.13.1 (2023-01-12) + +[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.13.0...v1.13.1) + +* 667b830 Update the GitHub Action step "actions/checkout" from v2 to v3 (#608) +* 23a0ac4 Fix version parsing (#605) +* 429f0bb Update release instructions (#606) +* 68d76b8 Drop ruby 2.3 build and add 3.1 and 3.2 builds (#607) + ## v1.13.0 (2022-12-10) [Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.12.0...v1.13.0) diff --git a/lib/git/version.rb b/lib/git/version.rb index bd53cc7c..7f9a45d6 100644 --- a/lib/git/version.rb +++ b/lib/git/version.rb @@ -1,5 +1,5 @@ module Git # The current gem version # @return [String] the current gem version. - VERSION='1.13.0' + VERSION='1.13.1' end