chore: release v16.0.2 (#995)

This commit is contained in:
SteveLauC
2024-12-07 15:21:19 +08:00
committed by GitHub
parent 305a5fbcae
commit 4df30c2587
4 changed files with 2 additions and 8 deletions

View File

@@ -1,6 +0,0 @@
# Containers step
* 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

2
Cargo.lock generated
View File

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

View File

@@ -6,7 +6,7 @@ keywords = ["upgrade", "update"]
license = "GPL-3.0" license = "GPL-3.0"
repository = "https://github.com/topgrade-rs/topgrade" repository = "https://github.com/topgrade-rs/topgrade"
rust-version = "1.76.0" rust-version = "1.76.0"
version = "16.0.1" version = "16.0.2"
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>", "Thomas Schönauer <t.schoenauer@hgs-wt.at>"] authors = ["Roey Darwish Dror <roey.ghost@gmail.com>", "Thomas Schönauer <t.schoenauer@hgs-wt.at>"]
exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"] exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"]
edition = "2021" edition = "2021"