From e471eb7064c564a904a7f851dfc5a540b23a3507 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 27 Feb 2019 13:25:53 -0800 Subject: [PATCH 1/2] Bump libgit2 to v0.28.1 --- vendor/libgit2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/libgit2 b/vendor/libgit2 index 1a107fac0..572e4d8c1 160000 --- a/vendor/libgit2 +++ b/vendor/libgit2 @@ -1 +1 @@ -Subproject commit 1a107fac0fc88a4d74b64ffc9ae2fd178ba631c0 +Subproject commit 572e4d8c1f1d42feac1c770f0cddf6fda6c4eca0 From 26608e76689724180c7dbd0abcd69ea212ff61f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Tue, 12 Mar 2019 10:30:29 +0100 Subject: [PATCH 2/2] Bump rugged version to 0.28.1 --- 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 e306dda1e..cc47b1736 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 = '0.28.0' + Version = VERSION = '0.28.1' end