From c656326d55a3f299479eae368e42a7190f3ed057 Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Tue, 14 Jan 2025 13:56:00 +0100 Subject: [PATCH] Begin next release cycle (#722) --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 4 ++-- cargo-espflash/Cargo.toml | 4 ++-- espflash/Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c460e488..445ee4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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] + +### Added + +### Changed + +### Fixed + +### Removed + ## [3.3.0] - 2025-01-13 ### Added @@ -293,6 +303,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.3.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 diff --git a/Cargo.lock b/Cargo.lock index 7b5768ec..1ca51f4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,7 +450,7 @@ dependencies = [ [[package]] name = "cargo-espflash" -version = "3.3.0" +version = "4.0.0-dev" dependencies = [ "cargo", "cargo_metadata", @@ -1249,7 +1249,7 @@ dependencies = [ [[package]] name = "espflash" -version = "3.3.0" +version = "4.0.0-dev" dependencies = [ "addr2line 0.22.0", "base64", diff --git a/cargo-espflash/Cargo.toml b/cargo-espflash/Cargo.toml index 5d3ee1b2..4c50fdf7 100644 --- a/cargo-espflash/Cargo.toml +++ b/cargo-espflash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-espflash" -version = "3.3.0" +version = "4.0.0-dev" edition = "2021" rust-version = "1.82" description = "Cargo subcommand for flashing Espressif devices" @@ -24,7 +24,7 @@ cargo_metadata = "0.19.1" clap = { version = "4.5.24", features = ["derive", "wrap_help"] } env_logger = "0.11.6" esp-idf-part = "0.5.0" -espflash = { version = "3.3.0", path = "../espflash" } +espflash = { version = "4.0.0-dev", path = "../espflash" } log = "0.4.22" miette = { version = "7.4.0", features = ["fancy"] } serde = { version = "1.0.217", features = ["derive"] } diff --git a/espflash/Cargo.toml b/espflash/Cargo.toml index 7fee7526..9dea8f38 100644 --- a/espflash/Cargo.toml +++ b/espflash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "espflash" -version = "3.3.0" +version = "4.0.0-dev" edition = "2021" rust-version = "1.82" description = "A command-line tool for flashing Espressif devices"