From 0b50f5d46bb39c2c070d97cf8c4bc5c583cb6fd7 Mon Sep 17 00:00:00 2001 From: Steve Lau Date: Sat, 7 Dec 2024 15:12:55 +0800 Subject: [PATCH] chore: release v16.0.2 --- BREAKINGCHANGES.md | 6 ------ BREAKINGCHANGES_dev.md | 0 Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 BREAKINGCHANGES_dev.md diff --git a/BREAKINGCHANGES.md b/BREAKINGCHANGES.md index 6b0fec16..e69de29b 100644 --- a/BREAKINGCHANGES.md +++ b/BREAKINGCHANGES.md @@ -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". diff --git a/BREAKINGCHANGES_dev.md b/BREAKINGCHANGES_dev.md deleted file mode 100644 index e69de29b..00000000 diff --git a/Cargo.lock b/Cargo.lock index f15f44a3..302cddc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2770,7 +2770,7 @@ dependencies = [ [[package]] name = "topgrade" -version = "16.0.1" +version = "16.0.2" dependencies = [ "cfg-if", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f57e468d..5ecfa1ee 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 = "16.0.1" +version = "16.0.2" authors = ["Roey Darwish Dror ", "Thomas Schönauer "] exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"] edition = "2021"