Skip to content

Commit

Permalink
chore: release v16.0.0 (#925)
Browse files Browse the repository at this point in the history
* chore: release v16.0.0

* chore: it should be containers.runtime
  • Loading branch information
SteveLauC authored Oct 6, 2024
1 parent 4c793b0 commit e4a068d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
13 changes: 5 additions & 8 deletions BREAKINGCHANGES.md
Original file line number Diff line number Diff line change
@@ -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".
3 changes: 0 additions & 3 deletions BREAKINGCHANGES_dev.md
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e4a068d

Please sign in to comment.