## 0.4.3 (2021-05-22)
- Use crates index instead of crates.io api ([#372])
[#372]: https://github.com/RustSec/rustsec/pull/372
## 0.4.2 (2021-05-03)
- web: Add back an Atom feed for advisories
## 0.4.1 (2021-04-30)
- Display more information on the website
## 0.4.0 (2021-03-06)
- Use a fully Rust based solution for rendering web page
- Use rust-embed for static assets
- Add argument to change where website is outputted
## 0.3.5 (2021-03-06) [YANKED]
## 0.3.4 (2021-01-26)
- Bump `rustsec` crate to v0.23
## 0.3.3 (2021-01-04)
- assigner: fix "new year's" bug
## 0.3.2 (2020-11-23)
- Bump `rustsec` crate to v0.23.0-pre
## 0.3.1 (2020-10-27)
- Bump `rustsec` crate to v0.22.2
## 0.3.0 (2020-10-26)
- Bump `rustsec` crate dependency to v0.22
- `assign-id`: fix command after V3 advisory format migration
## 0.2.1 (2020-07-24)
- Output mode for use with the production github action
## 0.2.0 (2020-06-29)
- linter: refactor into `Linter` struct; check all files
- Bump `rustsec` crate to v0.21.0
- `assign-id` subcommand
## 0.1.1 (2019-10-07)
- Bump `rustsec` crate to v0.15.1
## 0.1.0 (2019-09-21)
- Initial release