Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.3.0 #719

Merged
merged 2 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading