From 5b9db5f451619e4fc50499bf4ffe8fd22bc2d376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Mon, 6 Sep 2021 14:17:18 +0200 Subject: [PATCH 1/2] vendor: bump libgit2 to 1.2.0 --- vendor/libgit2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/libgit2 b/vendor/libgit2 index 868f4bcb4..4fd32be01 160000 --- a/vendor/libgit2 +++ b/vendor/libgit2 @@ -1 +1 @@ -Subproject commit 868f4bcb4d3290f4b5320f030fccdf1e7fc8ac8a +Subproject commit 4fd32be01c79a5c003bb47674ac1d76d948518b7 From cf5bf753abbada0c3bf97063b291a1af413b8a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Mon, 6 Sep 2021 14:21:54 +0200 Subject: [PATCH 2/2] Bump version to 1.2.0 --- 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 a0c793af5..590c5e68c 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.1.0' + Version = VERSION = '1.2.0' end