1## [4.0.1] (2020-01-22)
2
3- CLI: fix executable name ([#45])
4
5## [4.0.0] (2020-01-22)
6
7- Command line interface ([#40], [#42], [#43])
8- Add helper methods for working with checksum metadata ([#38])
9- Use minified version of Cargo's `SourceId` type ([#36])
10- Overhaul encoding: use serde_derive, proper V1/V2 support ([#35])
11- Add support Cargo.lock `patch` and `root` ([#33])
12- Detect V1 vs V2 Cargo.lock files ([#31])
13- Update `petgraph` requirement from 0.4 to 0.5 ([#28])
14- Add `package::Checksum` ([#29])
15
16## [3.0.0] (2019-10-01)
17
18- Support `[package.dependencies]` without versions ([#23])
19
20## [2.0.0] (2019-09-25)
21
22- Use two-pass dependency tree computation ([#20])
23- Remove `Lockfile::root_package()` ([#18])
24
25## [1.0.0] (2019-09-24)
26
27- dependency/tree: Render trees to an `io::Write` ([#16])
28- metadata: Generalize into `Key` and `Value` types ([#14])
29- Refactor dependency handling ([#11])
30
31## [0.2.1] (2019-09-21)
32
33- Allow empty `[metadata]` in Cargo.lock files ([#9])
34
35## [0.2.0] (2019-09-21)
36
37- dependency_graph: Move `petgraph` types into a module ([#7])
38
39## [0.1.0] (2019-09-21)
40
41- Initial release
42
43[4.0.1]: https://github.com/RustSec/cargo-lock/pull/46
44[#45]: https://github.com/RustSec/cargo-lock/pull/46
45[4.0.0]: https://github.com/RustSec/cargo-lock/pull/44
46[#43]: https://github.com/RustSec/cargo-lock/pull/43
47[#42]: https://github.com/RustSec/cargo-lock/pull/42
48[#40]: https://github.com/RustSec/cargo-lock/pull/40
49[#38]: https://github.com/RustSec/cargo-lock/pull/38
50[#36]: https://github.com/RustSec/cargo-lock/pull/36
51[#35]: https://github.com/RustSec/cargo-lock/pull/35
52[#33]: https://github.com/RustSec/cargo-lock/pull/33
53[#31]: https://github.com/RustSec/cargo-lock/pull/31
54[#29]: https://github.com/RustSec/cargo-lock/pull/29
55[#28]: https://github.com/RustSec/cargo-lock/pull/28
56
57[3.0.0]: https://github.com/RustSec/cargo-lock/pull/24
58[#23]: https://github.com/RustSec/cargo-lock/pull/23
59
60[2.0.0]: https://github.com/RustSec/cargo-lock/pull/21
61[#20]: https://github.com/RustSec/cargo-lock/pull/20
62[#18]: https://github.com/RustSec/cargo-lock/pull/18
63
64[1.0.0]: https://github.com/RustSec/cargo-lock/pull/17
65[#16]: https://github.com/RustSec/cargo-lock/pull/16
66[#14]: https://github.com/RustSec/cargo-lock/pull/14
67[#11]: https://github.com/RustSec/cargo-lock/pull/11
68
69[0.2.1]: https://github.com/RustSec/cargo-lock/pull/10
70[#9]: https://github.com/RustSec/cargo-lock/pull/9
71
72[0.2.0]: https://github.com/RustSec/cargo-lock/pull/8
73[#7]: https://github.com/RustSec/cargo-lock/pull/7
74
75[0.1.0]: https://github.com/RustSec/cargo-lock/pull/5
76