Skip to content

Commit c034fe0

Browse files
Version 3.1.0 (#639)
* docs: Update changelog * build: Bump espflash and cargo-espflash version * build: Update dependencies * build: Bump MSRV
1 parent 7376f5e commit c034fe0

File tree

7 files changed

+262
-263
lines changed

7 files changed

+262
-263
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- run: cargo check -p espflash --lib --no-default-features --features serialport
9292

9393
msrv:
94-
name: Check MSRV (${{ matrix.platform.target }})
94+
name: Check lib MSRV (${{ matrix.platform.target }})
9595
strategy:
9696
fail-fast: false
9797
matrix:
@@ -114,7 +114,7 @@ jobs:
114114
target: ${{ matrix.platform.target }}
115115
toolchain: "1.74"
116116

117-
- run: cargo check
117+
- run: cargo check -p espflash --lib
118118

119119
# --------------------------------------------------------------------------
120120
# Test

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,20 @@ 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.1.0] - 2024-05-24
99

1010
### Added
1111
- Support loading flash size, frequency, and mode from the config file (#627)
1212

1313
### Fixed
14-
- Fixed help text for size parameter of read-flash subcommand
14+
- Fixed help text for `size` parameter of `read-flash` subcommand
1515
- Fixed port detection on `musl` when detection returns paths starting with `/dev/`
1616
- [cargo-espflash]: Always resolve package_id from metadata when finding bootloader and partition table (#632)
17-
- Fixed behavior of the --target-app-partition flag (#634)
17+
- Fixed behavior of the `--target-app-partition` flag (#634)
1818

1919
### Changed
2020
- Update ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-H2, ESP32-S2, ESP32-S3 stub (#638)
2121

22-
### Removed
23-
2422
## [3.0.0] - 2024-03-13
2523

2624
### Fixed
@@ -249,7 +247,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
249247

250248
## [1.0.0] - 2021-09-21
251249

252-
[Unreleased]: https://github.com/esp-rs/espflash/compare/v3.0.0...HEAD
250+
[3.1.0]: https://github.com/esp-rs/espflash/compare/v3.0.0...v3.1.0
253251
[3.0.0]: https://github.com/esp-rs/espflash/compare/v3.0.0-rc.2...v3.0.0
254252
[3.0.0-rc.2]: https://github.com/esp-rs/espflash/compare/v3.0.0-rc.1...v3.0.0-rc.2
255253
[3.0.0-rc.1]: https://github.com/esp-rs/espflash/compare/v2.1.0...v3.0.0-rc.1

0 commit comments

Comments
 (0)