Skip to content

Commit

Permalink
Version 3.3.0 (#719)
Browse files Browse the repository at this point in the history
* Version 3.3.0

* Suggest using `--locked` flag in installation instructions
  • Loading branch information
jessebraham authored Jan 13, 2025
1 parent cc26a69 commit 3c5de2b
Show file tree
Hide file tree
Showing 7 changed files with 1,089 additions and 759 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
runs-on: ${{ matrix.platform.os }}

steps:

- uses: actions/checkout@v4

- uses: ./.github/actions/setup-target
Expand Down Expand Up @@ -98,14 +97,13 @@ jobs:
runs-on: ubuntu-22.04

steps:

- uses: actions/checkout@v4

- uses: ./.github/actions/setup-target
with:
arch: ${{ matrix.platform.arch }}
target: ${{ matrix.platform.target }}
toolchain: "1.74"
toolchain: "1.82"

- run: cargo check -p espflash --lib

Expand All @@ -127,7 +125,6 @@ jobs:
runs-on: ubuntu-22.04

steps:

- uses: actions/checkout@v4

- uses: ./.github/actions/setup-target
Expand Down Expand Up @@ -155,7 +152,6 @@ jobs:
runs-on: ubuntu-22.04

steps:

- uses: actions/checkout@v4

- uses: ./.github/actions/setup-target
Expand Down
12 changes: 4 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [3.3.0] - 2025-01-13

### Added

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

### Changed

### Fixed

- Only filter the list of available serial ports if a port has not been specified via CLI option or configuration file (#693)

### Removed
- Address Clippy lints (#710)

## [3.2.0]

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

## [1.0.0] - 2021-09-21

[Unreleased]: https://github.com/esp-rs/espflash/compare/v3.2.0...HEAD
[3.3.0]: https://github.com/esp-rs/espflash/compare/v3.2.0...v3.3.0
[3.2.0]: https://github.com/esp-rs/espflash/compare/v3.1.1...v3.2.0
[3.1.1]: https://github.com/esp-rs/espflash/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/esp-rs/espflash/compare/v3.0.0...v3.1.0
Expand Down
Loading

0 comments on commit 3c5de2b

Please sign in to comment.