File tree 7 files changed +1089
-759
lines changed
7 files changed +1089
-759
lines changed Original file line number Diff line number Diff line change 48
48
runs-on : ${{ matrix.platform.os }}
49
49
50
50
steps :
51
-
52
51
- uses : actions/checkout@v4
53
52
54
53
- uses : ./.github/actions/setup-target
@@ -98,14 +97,13 @@ jobs:
98
97
runs-on : ubuntu-22.04
99
98
100
99
steps :
101
-
102
100
- uses : actions/checkout@v4
103
101
104
102
- uses : ./.github/actions/setup-target
105
103
with :
106
104
arch : ${{ matrix.platform.arch }}
107
105
target : ${{ matrix.platform.target }}
108
- toolchain : " 1.74 "
106
+ toolchain : " 1.82 "
109
107
110
108
- run : cargo check -p espflash --lib
111
109
@@ -127,7 +125,6 @@ jobs:
127
125
runs-on : ubuntu-22.04
128
126
129
127
steps :
130
-
131
128
- uses : actions/checkout@v4
132
129
133
130
- uses : ./.github/actions/setup-target
@@ -155,7 +152,6 @@ jobs:
155
152
runs-on : ubuntu-22.04
156
153
157
154
steps :
158
-
159
155
- uses : actions/checkout@v4
160
156
161
157
- uses : ./.github/actions/setup-target
Original file line number Diff line number Diff line change @@ -5,22 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 3.3.0 ] - 2025-01-13
9
9
10
10
### Added
11
11
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 )
13
13
- Support external log-processors (#705 )
14
14
- Make the ` libudev ` dependency optional with a new - enabled by default - feature: ` libudev ` (#709 )
15
- - Address Clippy lints (#710 )
16
-
17
- ### Changed
18
15
19
16
### Fixed
20
17
21
18
- 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 )
24
20
25
21
## [ 3.2.0]
26
22
@@ -297,7 +293,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
297
293
298
294
## [ 1.0.0] - 2021-09-21
299
295
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
301
297
[ 3.2.0 ] : https://github.com/esp-rs/espflash/compare/v3.1.1...v3.2.0
302
298
[ 3.1.1 ] : https://github.com/esp-rs/espflash/compare/v3.1.0...v3.1.1
303
299
[ 3.1.0 ] : https://github.com/esp-rs/espflash/compare/v3.0.0...v3.1.0
You can’t perform that action at this time.
0 commit comments