Skip to content

Commit

Permalink
chore: prepare for v15.0.0 (topgrade-rs#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored Jul 1, 2024
1 parent 55e1bbf commit 1ebcc9b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 21 deletions.
17 changes: 7 additions & 10 deletions BREAKINGCHANGES.md
Original file line number Diff line number Diff line change
@@ -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 <repository path>" 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.
9 changes: 0 additions & 9 deletions BREAKINGCHANGES_dev.md
Original file line number Diff line number Diff line change
@@ -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 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 = "14.0.1"
version = "15.0.0"
authors = ["Roey Darwish Dror <[email protected]>", "Thomas Schönauer <[email protected]>"]
exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"]
edition = "2021"
Expand Down

0 comments on commit 1ebcc9b

Please sign in to comment.