From e4a068d8085efa84e6e409bc592349aa1028c345 Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Sun, 6 Oct 2024 21:23:00 +0800 Subject: [PATCH] chore: release v16.0.0 (#925) * chore: release v16.0.0 * chore: it should be containers.runtime --- BREAKINGCHANGES.md | 13 +++++-------- BREAKINGCHANGES_dev.md | 3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 13 deletions(-) diff --git a/BREAKINGCHANGES.md b/BREAKINGCHANGES.md index a7e9b1ec..6b0fec16 100644 --- a/BREAKINGCHANGES.md +++ b/BREAKINGCHANGES.md @@ -1,9 +1,6 @@ -# Git: Pull Repos +# Containers step -1. The output of "Pulling " has been moved behind the - --verbose flag / [misc] configuration block. - -# Configuration - -1. The `enable_winget` configuration entry in the `windows` section has been - removed because it will not cause any issues and will be enabled by default. +* New default behavior: In the previous versions, if you have both Docker and + Podman installed, Podman will be used by Topgrade. Now the default option + has been changed to Docker. This can be overridden by setting the + `containers.runtime` option in the configuration TOML to "podman". diff --git a/BREAKINGCHANGES_dev.md b/BREAKINGCHANGES_dev.md index 6b4a6c7c..e69de29b 100644 --- a/BREAKINGCHANGES_dev.md +++ b/BREAKINGCHANGES_dev.md @@ -1,3 +0,0 @@ -# Containers step - -+ New default behavior: Docker is the runtime selected by default. This can be overridden by setting the `container.runtime` option in the configuration TOML to "podman". diff --git a/Cargo.lock b/Cargo.lock index 8dc535d2..4fe10ab9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2770,7 +2770,7 @@ dependencies = [ [[package]] name = "topgrade" -version = "15.0.0" +version = "16.0.0" dependencies = [ "cfg-if", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1730a081..25a502a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["upgrade", "update"] license = "GPL-3.0" repository = "https://github.com/topgrade-rs/topgrade" rust-version = "1.76.0" -version = "15.0.0" +version = "16.0.0" authors = ["Roey Darwish Dror ", "Thomas Schönauer "] exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"] edition = "2021"