Skip to content

Commit 7fad99d

Browse files
Prepare 3.0.0-rc.1 release (#586)
* feat: Bump dependencies, espflash and cargo-espflash * build: Bump msrv * chore: Update StubRequired code
1 parent 0a5d5e6 commit 7fad99d

File tree

8 files changed

+287
-179
lines changed

8 files changed

+287
-179
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
arch: ${{ matrix.platform.arch }}
108108
target: ${{ matrix.platform.target }}
109-
toolchain: "1.73"
109+
toolchain: "1.74"
110110

111111
- run: cargo check
112112

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
[Unreleased]
8+
## [3.0.0-rc.1] - 2024-02-16
99

1010
### Added
1111

12-
- Added reset strategies (#487)
12+
- Add reset strategies (#487)
1313
- Read `esp-println` generated `defmt` messages (#466)
1414
- Add `--target-app-partition` argument to flash command (#461)
1515
- Add `--confirm-port` argument to flash command (#455)
1616
- Add `--chip argument` for flash and write-bin commands (#514)
1717
- Add `--partition-table-offset` argument for specifying the partition table offset (#516)
18-
- Add `Serialize` and `Deserialize` to `FlashFrequency`, `FlashMode` and `FlashSize`. (#528)
18+
- Add `Serialize` and `Deserialize` to `FlashFrequency`, `FlashMode` and `FlashSize` (#528)
1919
- Add `checksum-md5` command (#536)
2020
- Add verify and skipping of unchanged flash regions - add `--no-verify` and `--no-skip` (#538)
2121
- Add `--min-chip-rev` argument to specify minimum chip revision (#525)
22-
- Add `serialport` feature. (#535)
22+
- Add `serialport` feature (#535)
2323
- Add support for 26 MHz bootloader for ESP32 and ESP32-C2 (#553)
2424
- Add CI check to verify that CHANGELOG is updated (#560)
2525
- Add `--before` and `--after` reset arguments (#561)
@@ -32,18 +32,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- Use partition table instead of hard-coded values for the location of partitions (#516)
3333
- Fix a missed `flush` call that may be causing communication errors (#521)
3434
- Fix "SHA-256 comparison failed: [...] attempting to boot anyway..." (#567)
35-
- Windows: Update RST/DTR order to avoid issues.
35+
- Windows: Update RST/DTR order to avoid issues (#562)
3636
- Tolerate non-utf8 data in boot detection (#573)
37-
- Fix flash/monitoring of 26mhz targets (#584)
37+
- Fix flash/monitoring of 26MHz targets (#584)
3838

3939
### Changed
4040

41-
- Created `FlashData`, `FlashDataBuilder` and `FlashSettings` structs to reduce number of input arguments in some functions (#512, #566)
41+
- Create `FlashData`, `FlashDataBuilder` and `FlashSettings` structs to reduce number of input arguments in some functions (#512, #566)
4242
- `espflash` will now exit with an error if `defmt` is selected but not usable (#524)
4343
- Unify configuration methods (#551)
44-
- MSRV bumped to `1.73.0` (#578)
4544
- Improved symbol resolving (#581)
4645
- Update ESP32-C2 stub (#584)
46+
- MSRV bumped to `1.74.0` (#586)
4747

4848
### Removed
4949

@@ -204,7 +204,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
204204

205205
## [1.0.0] - 2021-09-21
206206

207-
[Unreleased]: https://github.com/esp-rs/espflash/compare/v2.1.0...HEAD
207+
[3.0.0-rc.1]: https://github.com/esp-rs/espflash/compare/v2.1.0...v3.0.0-rc.1
208208
[2.1.0]: https://github.com/esp-rs/espflash/compare/v2.0.1...v2.1.0
209209
[2.0.1]: https://github.com/esp-rs/espflash/compare/v2.0.0...v2.0.1
210210
[2.0.0]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.4...v2.0.0

0 commit comments

Comments
 (0)