From 596ebf838c1bf579808505e3dfabd227a81fee41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Wed, 7 Feb 2024 11:13:49 +0100 Subject: [PATCH 1/2] vendor: update libgit2 to 1.7.2 --- vendor/libgit2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/libgit2 b/vendor/libgit2 index a2bde6374..a418d9d4a 160000 --- a/vendor/libgit2 +++ b/vendor/libgit2 @@ -1 +1 @@ -Subproject commit a2bde63741977ca0f4ef7db2f609df320be67a08 +Subproject commit a418d9d4ab87bae16b87d8f37143a4687ae0e4b2 From fb29be07a291474e93c06d73f9b2b9505ea5e342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Wed, 7 Feb 2024 11:14:10 +0100 Subject: [PATCH 2/2] Bump version to 1.7.2 --- 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 b4929f5bf..420568eeb 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.7.1' + Version = VERSION = '1.7.2' end