chore: prepare for v15.0.0 (#843)
This commit is contained in:
@@ -1,12 +1,9 @@
|
|||||||
1. In 13.0.0, we introduced a new feature, pushing git repos, now this feature
|
# Git: Pull Repos
|
||||||
has been removed as some users are not satisfied with it.
|
|
||||||
|
|
||||||
For configuration entries, the following ones are gone:
|
1. The output of "Pulling <repository path>" has been moved behind the
|
||||||
|
--verbose flag / [misc] configuration block.
|
||||||
|
|
||||||
```toml
|
# Configuration
|
||||||
[git]
|
|
||||||
pull_only_repos = []
|
1. The `enable_winget` configuration entry in the `windows` section has been
|
||||||
push_only_repos = []
|
removed because it will not cause any issues and will be enabled by default.
|
||||||
pull_arguments = ""
|
|
||||||
push_arguments = ""
|
|
||||||
```
|
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
# Git: Pull Repos
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2567,7 +2567,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "topgrade"
|
name = "topgrade"
|
||||||
version = "14.0.1"
|
version = "15.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ categories = ["os"]
|
|||||||
keywords = ["upgrade", "update"]
|
keywords = ["upgrade", "update"]
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
repository = "https://github.com/topgrade-rs/topgrade"
|
repository = "https://github.com/topgrade-rs/topgrade"
|
||||||
version = "14.0.1"
|
version = "15.0.0"
|
||||||
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>", "Thomas Schönauer <t.schoenauer@hgs-wt.at>"]
|
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>", "Thomas Schönauer <t.schoenauer@hgs-wt.at>"]
|
||||||
exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"]
|
exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|||||||
Reference in New Issue
Block a user