chore: release v16.0.0 (#925)

* chore: release v16.0.0

* chore: it should be containers.runtime
This commit is contained in:
SteveLauC
2024-10-06 21:23:00 +08:00
committed by GitHub
parent 4c793b0df8
commit e4a068d808
4 changed files with 7 additions and 13 deletions

View File

@@ -1,9 +1,6 @@
# Git: Pull Repos
# Containers step
1. The output of "Pulling <repository path>" 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".

View File

@@ -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".

2
Cargo.lock generated
View File

@@ -2770,7 +2770,7 @@ dependencies = [
[[package]]
name = "topgrade"
version = "15.0.0"
version = "16.0.0"
dependencies = [
"cfg-if",
"chrono",

View File

@@ -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 <roey.ghost@gmail.com>", "Thomas Schönauer <t.schoenauer@hgs-wt.at>"]
exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"]
edition = "2021"