github topgrade-rs/topgrade v13.0.0

latest releases: v14.0.1, v14.0.0
6 months ago

Breaking Changes

  1. In this release, Topgrade implements a new feature: pushing git repos

    [git]
    repos = []

    so the repos specified in git.repos will be pulled AND pushed, if you only
    want to pull repos, set them in git.pull_only_repos, for more information, see
    config.example.toml.

  2. There are some configuration entries that were put under the misc section, then
    they were moved to their own section, for example:

    [misc]
    git_repos = []
    [git]
    repos = []

    Before this release, it was still allowed to specify these entries in the misc
    section as we were maintianing a compatiable layer to make it work.

    Now, this layer has been removed, our users should use the new configuration
    format.

    You won't encounter this issue unless you are using a really old configuration
    file, so technically this is not a breaking change IMHO.

What's Changed

New Contributors

Full Changelog: v12.0.2...v13.0.0

Don't miss a new topgrade release

NewReleases is sending notifications on new releases.