From b030525381c2fa526436bfaa7b55a34770dda11e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Sun, 19 Jul 2026 11:06:20 +0200 Subject: [PATCH 1/2] vendor: bump libgit2 to v1.9.6 --- vendor/libgit2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/libgit2 b/vendor/libgit2 index f7a4071c7..26055f5af 160000 --- a/vendor/libgit2 +++ b/vendor/libgit2 @@ -1 +1 @@ -Subproject commit f7a4071c766ceea3915415e22134cbe3e581c420 +Subproject commit 26055f5af74ab1cf636d272e8a34315496d3f06f From 364b95eef1213851b17a689b4baffc4be5e0baa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Sun, 19 Jul 2026 12:05:26 +0200 Subject: [PATCH 2/2] Bump version to 1.9.6 --- 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 5282d9c5b..74c425f55 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.9.5.1' + Version = VERSION = '1.9.6' end