chore: release v14.0.0 (#652)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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.
|
||||
|
||||
For configuration entries, the following ones are gone:
|
||||
|
||||
```toml
|
||||
[git]
|
||||
pull_only_repos = []
|
||||
push_only_repos = []
|
||||
pull_arguments = ""
|
||||
push_arguments = ""
|
||||
```
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
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.
|
||||
|
||||
For configuration entries, the following ones are gone:
|
||||
|
||||
```toml
|
||||
[git]
|
||||
pull_only_repos = []
|
||||
push_only_repos = []
|
||||
pull_arguments = ""
|
||||
push_arguments = ""
|
||||
```
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2381,7 +2381,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "topgrade"
|
||||
version = "13.0.0"
|
||||
version = "14.0.0"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"chrono",
|
||||
|
||||
@@ -5,7 +5,7 @@ categories = ["os"]
|
||||
keywords = ["upgrade", "update"]
|
||||
license = "GPL-3.0"
|
||||
repository = "https://github.com/topgrade-rs/topgrade"
|
||||
version = "13.0.0"
|
||||
version = "14.0.0"
|
||||
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>", "Thomas Schönauer <t.schoenauer@hgs-wt.at>"]
|
||||
exclude = ["doc/screenshot.gif", "BREAKINGCHNAGES_dev.md"]
|
||||
edition = "2021"
|
||||
|
||||
Reference in New Issue
Block a user