mirror of
https://github.com/esp-rs/espflash.git
synced 2026-03-21 06:43:58 +00:00
Begin next release cycle
This commit is contained in:
committed by
Jesse Braham
parent
5a16115b41
commit
4e7c018954
11
CHANGELOG.md
11
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
|
||||
|
||||
### Fixed
|
||||
|
||||
### Changed
|
||||
|
||||
### Removed
|
||||
|
||||
## [2.0.1] - 2023-07-13
|
||||
|
||||
### Added
|
||||
@@ -144,6 +154,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/v2.0.1...HEAD
|
||||
[2.0.1]: https://github.com/esp-rs/espflash/compare/v2.0.0...v2.0.1
|
||||
[2.0.0]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.4...v2.0.0
|
||||
[2.0.0-rc.4]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.3...v2.0.0-rc.4
|
||||
|
||||
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -408,7 +408,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-espflash"
|
||||
version = "2.0.1"
|
||||
version = "2.0.2-dev"
|
||||
dependencies = [
|
||||
"cargo",
|
||||
"cargo_metadata",
|
||||
@@ -1035,7 +1035,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "espflash"
|
||||
version = "2.0.1"
|
||||
version = "2.0.2-dev"
|
||||
dependencies = [
|
||||
"addr2line",
|
||||
"base64",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-espflash"
|
||||
version = "2.0.1"
|
||||
version = "2.0.2-dev"
|
||||
edition = "2021"
|
||||
rust-version = "1.65"
|
||||
description = "Cargo subcommand for flashing Espressif devices"
|
||||
@@ -29,7 +29,7 @@ cargo_metadata = "0.15.4"
|
||||
clap = { version = "4.3.11", features = ["derive", "wrap_help"] }
|
||||
env_logger = "0.10.0"
|
||||
esp-idf-part = "0.4.1"
|
||||
espflash = { version = "2.0.1", path = "../espflash" }
|
||||
espflash = { version = "=2.0.2-dev", path = "../espflash" }
|
||||
log = "0.4.19"
|
||||
miette = { version = "5.9.0", features = ["fancy"] }
|
||||
serde = { version = "1.0.171", features = ["derive"] }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "espflash"
|
||||
version = "2.0.1"
|
||||
version = "2.0.2-dev"
|
||||
edition = "2021"
|
||||
rust-version = "1.65"
|
||||
description = "A command-line tool for flashing Espressif devices"
|
||||
|
||||
Reference in New Issue
Block a user