From 621c23c8f83ca1a376c0d1691c72767c2200717f Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Sun, 23 Aug 2020 09:15:36 +0300 Subject: [PATCH] Bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- config.example.toml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ed0ac10..417a31e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1815,7 +1815,7 @@ dependencies = [ [[package]] name = "topgrade" -version = "5.5.0" +version = "5.6.0" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 5ad0de7c..0c4281f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ categories = ["os"] keywords = ["upgrade", "update"] license-file = "LICENSE" repository = "https://github.com/r-darwish/topgrade" -version = "5.5.0" +version = "5.6.0" authors = ["Roey Darwish Dror "] exclude = ["doc/screenshot.gif"] edition = "2018" diff --git a/config.example.toml b/config.example.toml index c167fa6a..ca8afc77 100644 --- a/config.example.toml +++ b/config.example.toml @@ -73,6 +73,7 @@ #[windows] # Manually select Windows updates #accept_all_updates = false +#open_remotes_in_new_terminal = true # Causes Topgrade to rename itself during the run to allow package managers # to upgrade it. Use this only if you installed Topgrade by using a package