diff --git a/CHANGELOG.md b/CHANGELOG.md index 514ab220..1fba3c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +### Fixed + +### Changed + +## [3.1.1] - 2024-08-15 + ### Added - Add `hold-in-reset` and `reset` subcommands (#644) - [cargo-espflash]: Add `--no-default-features` flag to mirror cargo features behavior (#647) @@ -260,6 +268,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] - 2021-09-21 +[3.1.1]: https://github.com/esp-rs/espflash/compare/v3.1.0...v3.1.1 [3.1.0]: https://github.com/esp-rs/espflash/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/esp-rs/espflash/compare/v3.0.0-rc.2...v3.0.0 [3.0.0-rc.2]: https://github.com/esp-rs/espflash/compare/v3.0.0-rc.1...v3.0.0-rc.2 diff --git a/Cargo.lock b/Cargo.lock index 23927c08..4526b00d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -422,7 +422,7 @@ dependencies = [ [[package]] name = "cargo-espflash" -version = "3.1.0" +version = "3.1.1" dependencies = [ "cargo", "cargo_metadata", @@ -1186,7 +1186,7 @@ dependencies = [ [[package]] name = "espflash" -version = "3.1.0" +version = "3.1.1" dependencies = [ "addr2line 0.22.0", "base64 0.22.1", diff --git a/cargo-espflash/Cargo.toml b/cargo-espflash/Cargo.toml index 8aa70fcc..3bcff4bc 100644 --- a/cargo-espflash/Cargo.toml +++ b/cargo-espflash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-espflash" -version = "3.1.0" +version = "3.1.1" edition = "2021" rust-version = "1.74" description = "Cargo subcommand for flashing Espressif devices" diff --git a/espflash/Cargo.toml b/espflash/Cargo.toml index 39c9c10d..433303a8 100644 --- a/espflash/Cargo.toml +++ b/espflash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "espflash" -version = "3.1.0" +version = "3.1.1" edition = "2021" rust-version = "1.74" description = "A command-line tool for flashing Espressif devices"