Skip to content

Commit 89f9c82

Browse files
Prepare 4.2.0 release (#958)
* build: Bump deps versions * fix: Clippy warnings * docs: Update changelog
1 parent a02d2b1 commit 89f9c82

File tree

6 files changed

+224
-359
lines changed

6 files changed

+224
-359
lines changed

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11+
12+
### Changed
13+
14+
### Fixed
15+
16+
### Removed
17+
18+
## [4.2.0] - 2025-10-13
19+
20+
### Added
21+
1122
- Add chip detection based on security info, where supported (#953)
1223
- Support for decoding `esp-backtrace`'s RISC-V stack-dump output (#955)
1324

1425
### Changed
15-
- Moved `SecurityInfo` to the `connection` module from the `flasher` module (#953)
26+
27+
- Move `SecurityInfo` to the `connection` module from the `flasher` module (#953)
1628

1729
### Fixed
1830

1931
- Fix a crash with Connection module when connecting to a loopback serial port (#954)
2032

21-
### Removed
22-
2333
## [4.1.0] - 2025-09-18
2434

2535
### Added
@@ -427,7 +437,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
427437

428438
## [1.0.0] - 2021-09-21
429439

430-
[Unreleased]: https://github.com/esp-rs/espflash/compare/v4.1.0...HEAD
440+
[Unreleased]: https://github.com/esp-rs/espflash/compare/v4.2.0...HEAD
441+
[4.2.0]: https://github.com/esp-rs/espflash/compare/v4.1.0...v4.2.0
431442
[4.1.0]: https://github.com/esp-rs/espflash/compare/v4.0.1...v4.1.0
432443
[4.0.1]: https://github.com/esp-rs/espflash/compare/v4.0.0...v4.0.1
433444
[4.0.0]: https://github.com/esp-rs/espflash/compare/v3.3.0...v4.0.0

0 commit comments

Comments
 (0)