Skip to content

Commit 3c5de2b

Browse files
authored
Version 3.3.0 (#719)
* Version 3.3.0 * Suggest using `--locked` flag in installation instructions
1 parent cc26a69 commit 3c5de2b

File tree

7 files changed

+1089
-759
lines changed

7 files changed

+1089
-759
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
runs-on: ${{ matrix.platform.os }}
4949

5050
steps:
51-
5251
- uses: actions/checkout@v4
5352

5453
- uses: ./.github/actions/setup-target
@@ -98,14 +97,13 @@ jobs:
9897
runs-on: ubuntu-22.04
9998

10099
steps:
101-
102100
- uses: actions/checkout@v4
103101

104102
- uses: ./.github/actions/setup-target
105103
with:
106104
arch: ${{ matrix.platform.arch }}
107105
target: ${{ matrix.platform.target }}
108-
toolchain: "1.74"
106+
toolchain: "1.82"
109107

110108
- run: cargo check -p espflash --lib
111109

@@ -127,7 +125,6 @@ jobs:
127125
runs-on: ubuntu-22.04
128126

129127
steps:
130-
131128
- uses: actions/checkout@v4
132129

133130
- uses: ./.github/actions/setup-target
@@ -155,7 +152,6 @@ jobs:
155152
runs-on: ubuntu-22.04
156153

157154
steps:
158-
159155
- uses: actions/checkout@v4
160156

161157
- uses: ./.github/actions/setup-target

CHANGELOG.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,18 @@ 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.3.0] - 2025-01-13
99

1010
### Added
1111

12-
- Allow `partition_table_offset` to be specified in the config file. (for #699)
12+
- Allow `partition_table_offset` to be specified in the config file. (#699)
1313
- Support external log-processors (#705)
1414
- Make the `libudev` dependency optional with a new - enabled by default - feature: `libudev` (#709)
15-
- Address Clippy lints (#710)
16-
17-
### Changed
1815

1916
### Fixed
2017

2118
- Only filter the list of available serial ports if a port has not been specified via CLI option or configuration file (#693)
22-
23-
### Removed
19+
- Address Clippy lints (#710)
2420

2521
## [3.2.0]
2622

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

298294
## [1.0.0] - 2021-09-21
299295

300-
[Unreleased]: https://github.com/esp-rs/espflash/compare/v3.2.0...HEAD
296+
[3.3.0]: https://github.com/esp-rs/espflash/compare/v3.2.0...v3.3.0
301297
[3.2.0]: https://github.com/esp-rs/espflash/compare/v3.1.1...v3.2.0
302298
[3.1.1]: https://github.com/esp-rs/espflash/compare/v3.1.0...v3.1.1
303299
[3.1.0]: https://github.com/esp-rs/espflash/compare/v3.0.0...v3.1.0

0 commit comments

Comments
 (0)