Skip to content

Commit

Permalink
chore: release v14.0.0 (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored Jan 22, 2024
1 parent bf72d7b commit 96efcc6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 12 additions & 0 deletions BREAKINGCHANGES.md
Original file line number Diff line number Diff line change
@@ -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 = ""
```
12 changes: 0 additions & 12 deletions BREAKINGCHNAGES_dev.md
Original file line number Diff line number Diff line change
@@ -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 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 @@ -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"
Expand Down

0 comments on commit 96efcc6

Please sign in to comment.