Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 26, 2020
1 parent 55b9b49 commit 5e00eb8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### What's new…

#### v1.2.0 - Add `--list N` flag…

…to unconditionally show the biggest N entries of the crate at the end of any `cargo diet` operation.

It's best used with `-n` to avoid any actual change to `Cargo.toml`.

#### v1.1.5 - Use more generous exclude globs

* fixes https://github.com/the-lean-crate/cargo-diet/issues/6
Expand Down
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
@@ -1,6 +1,6 @@
[package]
name = "cargo-diet"
version = "1.1.5"
version = "1.2.0"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2018"
repository = "https://github.com/the-lean-crate/cargo-diet"
Expand Down

0 comments on commit 5e00eb8

Please sign in to comment.