diff --git a/BREAKINGCHANGES.md b/BREAKINGCHANGES.md index ff5d8e02..a7e9b1ec 100644 --- a/BREAKINGCHANGES.md +++ b/BREAKINGCHANGES.md @@ -1,12 +1,9 @@ -1. In 13.0.0, we introduced a new feature, pushing git repos, now this feature - has been removed as some users are not satisfied with it. +# Git: Pull Repos - For configuration entries, the following ones are gone: +1. The output of "Pulling " has been moved behind the + --verbose flag / [misc] configuration block. - ```toml - [git] - pull_only_repos = [] - push_only_repos = [] - pull_arguments = "" - push_arguments = "" - ``` +# 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. diff --git a/BREAKINGCHANGES_dev.md b/BREAKINGCHANGES_dev.md index 15a16c2f..e69de29b 100644 --- a/BREAKINGCHANGES_dev.md +++ b/BREAKINGCHANGES_dev.md @@ -1,9 +0,0 @@ -# Git: Pull Repos - -1. The output of "Pulling " 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. diff --git a/Cargo.lock b/Cargo.lock index 25e71535..3b82f7c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2567,7 +2567,7 @@ dependencies = [ [[package]] name = "topgrade" -version = "14.0.1" +version = "15.0.0" dependencies = [ "cfg-if", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4764cd70..79e0abad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ categories = ["os"] keywords = ["upgrade", "update"] license = "GPL-3.0" repository = "https://github.com/topgrade-rs/topgrade" -version = "14.0.1" +version = "15.0.0" authors = ["Roey Darwish Dror ", "Thomas Schönauer "] exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"] edition = "2021"