Skip to content

Commit 5e00eb8

Browse files
committed
Bump minor version
1 parent 55b9b49 commit 5e00eb8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### What's new…
22

3+
#### v1.2.0 - Add `--list N` flag…
4+
5+
…to unconditionally show the biggest N entries of the crate at the end of any `cargo diet` operation.
6+
7+
It's best used with `-n` to avoid any actual change to `Cargo.toml`.
8+
39
#### v1.1.5 - Use more generous exclude globs
410

511
* fixes https://github.com/the-lean-crate/cargo-diet/issues/6

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-diet"
3-
version = "1.1.5"
3+
version = "1.2.0"
44
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
55
edition = "2018"
66
repository = "https://github.com/the-lean-crate/cargo-diet"

0 commit comments

Comments
 (0)