New features
* Add New command by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/56
Improvements
* `cargo lambda start` has been renamed to `cargo lambda watch`. The `start` command still works, as it's an alias for `watch`.
* Feature: add --no-reload flag by rainDelay9 in https://github.com/cargo-lambda/cargo-lambda/pull/55
* Allow running `invoke` without a function name by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/51
* Download cargo-watch from releases for known platforms. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/52
Bug fixes
* Fix cargo-watch installation on Windows by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/53
**Full Changelog**: https://github.com/cargo-lambda/cargo-lambda/compare/v0.5.3...v0.6.0