diff --git a/CHANGELOG.md b/CHANGELOG.md index 152a699..d6f227e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [v0.1.6] - 2021-04-30 + +* No functional changes. +* Updated to include new `Cargo.lock` and udev rules file as part of a tagged + release. + ## [v0.1.5] - 2021-01-20 * Detect HID-only probes that are not found by libusb. @@ -31,7 +37,8 @@ * Initial release. -[Unreleased]: https://github.com/adamgreig/ecpdap/compare/v0.1.5...HEAD +[Unreleased]: https://github.com/adamgreig/ecpdap/compare/v0.1.6...HEAD +[v0.1.6]: https://github.com/adamgreig/ecpdap/compare/v0.1.5...v0.1.6 [v0.1.5]: https://github.com/adamgreig/ecpdap/compare/v0.1.4...v0.1.5 [v0.1.4]: https://github.com/adamgreig/ecpdap/compare/v0.1.3...v0.1.4 [v0.1.3]: https://github.com/adamgreig/ecpdap/compare/v0.1.2...v0.1.3 diff --git a/Cargo.lock b/Cargo.lock index a95f86a..62e4650 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,7 +117,7 @@ dependencies = [ [[package]] name = "ecpdap" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f7ffc18..c0822e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ecpdap" -version = "0.1.5" +version = "0.1.6" authors = ["Adam Greig "] edition = "2018" repository = "https://github.com/adamgreig/ecpdap"