Skip to content

Commit 46b5b8d

Browse files
authored
v3.1.1 release prep (#668)
1 parent 36bea52 commit 46b5b8d

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
### Fixed
13+
14+
### Changed
15+
16+
## [3.1.1] - 2024-08-15
17+
1018
### Added
1119
- Add `hold-in-reset` and `reset` subcommands (#644)
1220
- [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
260268

261269
## [1.0.0] - 2021-09-21
262270

271+
[3.1.1]: https://github.com/esp-rs/espflash/compare/v3.1.0...v3.1.1
263272
[3.1.0]: https://github.com/esp-rs/espflash/compare/v3.0.0...v3.1.0
264273
[3.0.0]: https://github.com/esp-rs/espflash/compare/v3.0.0-rc.2...v3.0.0
265274
[3.0.0-rc.2]: https://github.com/esp-rs/espflash/compare/v3.0.0-rc.1...v3.0.0-rc.2

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-espflash/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-espflash"
3-
version = "3.1.0"
3+
version = "3.1.1"
44
edition = "2021"
55
rust-version = "1.74"
66
description = "Cargo subcommand for flashing Espressif devices"

espflash/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "espflash"
3-
version = "3.1.0"
3+
version = "3.1.1"
44
edition = "2021"
55
rust-version = "1.74"
66
description = "A command-line tool for flashing Espressif devices"

0 commit comments

Comments
 (0)