Skip to content

Commit c656326

Browse files
authored
Begin next release cycle (#722)
1 parent 85d8f31 commit c656326

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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]
9+
10+
### Added
11+
12+
### Changed
13+
14+
### Fixed
15+
16+
### Removed
17+
818
## [3.3.0] - 2025-01-13
919

1020
### Added
@@ -293,6 +303,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
293303

294304
## [1.0.0] - 2021-09-21
295305

306+
[Unreleased]: https://github.com/esp-rs/espflash/compare/v3.3.0...HEAD
296307
[3.3.0]: https://github.com/esp-rs/espflash/compare/v3.2.0...v3.3.0
297308
[3.2.0]: https://github.com/esp-rs/espflash/compare/v3.1.1...v3.2.0
298309
[3.1.1]: https://github.com/esp-rs/espflash/compare/v3.1.0...v3.1.1

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-espflash/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-espflash"
3-
version = "3.3.0"
3+
version = "4.0.0-dev"
44
edition = "2021"
55
rust-version = "1.82"
66
description = "Cargo subcommand for flashing Espressif devices"
@@ -24,7 +24,7 @@ cargo_metadata = "0.19.1"
2424
clap = { version = "4.5.24", features = ["derive", "wrap_help"] }
2525
env_logger = "0.11.6"
2626
esp-idf-part = "0.5.0"
27-
espflash = { version = "3.3.0", path = "../espflash" }
27+
espflash = { version = "4.0.0-dev", path = "../espflash" }
2828
log = "0.4.22"
2929
miette = { version = "7.4.0", features = ["fancy"] }
3030
serde = { version = "1.0.217", features = ["derive"] }

espflash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "espflash"
3-
version = "3.3.0"
3+
version = "4.0.0-dev"
44
edition = "2021"
55
rust-version = "1.82"
66
description = "A command-line tool for flashing Espressif devices"

0 commit comments

Comments
 (0)