File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ Unreleased]
9
+
10
+ ### Added
11
+
12
+ ### Fixed
13
+
14
+ ### Changed
15
+
16
+ ### Removed
17
+
8
18
## [ 2.0.0-rc.4] - 2023-06-08
9
19
10
20
### Added
@@ -128,6 +138,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128
138
129
139
## [ 1.0.0] - 2021-09-21
130
140
141
+ [ unreleased ] : https://github.com/esp-rs/espflash/compare/v2.0.0-rc.4...HEAD
131
142
[ 2.0.0-rc.4 ] : https://github.com/esp-rs/espflash/compare/v2.0.0-rc.3...v2.0.0-rc.4
132
143
[ 2.0.0-rc.3 ] : https://github.com/esp-rs/espflash/compare/v2.0.0-rc.2...v2.0.0-rc.3
133
144
[ 2.0.0-rc.2 ] : https://github.com/esp-rs/espflash/compare/v2.0.0-rc.1...v2.0.0-rc.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-espflash"
3
- version = " 2.0.0-rc.4 "
3
+ version = " 2.0.0-dev "
4
4
edition = " 2021"
5
5
rust-version = " 1.65"
6
6
description = " Cargo subcommand for flashing Espressif devices"
@@ -29,7 +29,7 @@ cargo_metadata = "0.15.4"
29
29
clap = { version = " 4.3.2" , features = [" derive" ] }
30
30
env_logger = " 0.10.0"
31
31
esp-idf-part = " 0.4.1"
32
- espflash = { version = " =2.0.0-rc.4 " , path = " ../espflash" }
32
+ espflash = { version = " =2.0.0-dev " , path = " ../espflash" }
33
33
log = " 0.4.18"
34
34
miette = { version = " 5.9.0" , features = [" fancy" ] }
35
35
serde = { version = " 1.0.164" , features = [" derive" ] }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " espflash"
3
- version = " 2.0.0-rc.4 "
3
+ version = " 2.0.0-dev "
4
4
edition = " 2021"
5
5
rust-version = " 1.65"
6
6
description = " A command-line tool for flashing Espressif devices"
You can’t perform that action at this time.
0 commit comments