From c59229013145364c8669126a2cc475bfa45ab249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Wed, 7 Feb 2024 11:10:28 +0100 Subject: [PATCH 1/2] vendor: update libgit2 to 1.6.5 --- vendor/libgit2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/libgit2 b/vendor/libgit2 index c058aa87d..155578578 160000 --- a/vendor/libgit2 +++ b/vendor/libgit2 @@ -1 +1 @@ -Subproject commit c058aa87dce4c67a3b86b3349beebd64b7bedcd3 +Subproject commit 155578578b78efc6bae7383a708d470eb206e36a From 8ccf97d74d71973a4ca00d4b0c3bc9fb05d30543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Wed, 7 Feb 2024 11:11:06 +0100 Subject: [PATCH 2/2] Bump version to 1.6.5 --- lib/rugged/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rugged/version.rb b/lib/rugged/version.rb index a3fdf9834..bb2266656 100644 --- a/lib/rugged/version.rb +++ b/lib/rugged/version.rb @@ -4,5 +4,5 @@ # For full terms see the included LICENSE file. module Rugged - Version = VERSION = '1.6.3' + Version = VERSION = '1.6.5' end