Skip to content

Commit e4a068d

Browse files
authored
chore: release v16.0.0 (#925)
* chore: release v16.0.0 * chore: it should be containers.runtime
1 parent 4c793b0 commit e4a068d

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

BREAKINGCHANGES.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Git: Pull Repos
1+
# Containers step
22

3-
1. The output of "Pulling <repository path>" has been moved behind the
4-
--verbose flag / [misc] configuration block.
5-
6-
# Configuration
7-
8-
1. The `enable_winget` configuration entry in the `windows` section has been
9-
removed because it will not cause any issues and will be enabled by default.
3+
* New default behavior: In the previous versions, if you have both Docker and
4+
Podman installed, Podman will be used by Topgrade. Now the default option
5+
has been changed to Docker. This can be overridden by setting the
6+
`containers.runtime` option in the configuration TOML to "podman".

BREAKINGCHANGES_dev.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
# Containers step
2-
3-
+ 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".

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["upgrade", "update"]
66
license = "GPL-3.0"
77
repository = "https://github.com/topgrade-rs/topgrade"
88
rust-version = "1.76.0"
9-
version = "15.0.0"
9+
version = "16.0.0"
1010
authors = ["Roey Darwish Dror <[email protected]>", "Thomas Schönauer <[email protected]>"]
1111
exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"]
1212
edition = "2021"

0 commit comments

Comments
 (0)