Skip to content

Commit 3bba961

Browse files
committed
Begin next release cycle
1 parent 4c72451 commit 3bba961

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+
### Fixed
13+
14+
### Changed
15+
16+
### Removed
17+
818
## [2.0.0-rc.4] - 2023-06-08
919

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

129139
## [1.0.0] - 2021-09-21
130140

141+
[unreleased]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.4...HEAD
131142
[2.0.0-rc.4]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.3...v2.0.0-rc.4
132143
[2.0.0-rc.3]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.2...v2.0.0-rc.3
133144
[2.0.0-rc.2]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.1...v2.0.0-rc.2

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 = "2.0.0-rc.4"
3+
version = "2.0.0-dev"
44
edition = "2021"
55
rust-version = "1.65"
66
description = "Cargo subcommand for flashing Espressif devices"
@@ -29,7 +29,7 @@ cargo_metadata = "0.15.4"
2929
clap = { version = "4.3.2", features = ["derive"] }
3030
env_logger = "0.10.0"
3131
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" }
3333
log = "0.4.18"
3434
miette = { version = "5.9.0", features = ["fancy"] }
3535
serde = { version = "1.0.164", 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 = "2.0.0-rc.4"
3+
version = "2.0.0-dev"
44
edition = "2021"
55
rust-version = "1.65"
66
description = "A command-line tool for flashing Espressif devices"

0 commit comments

Comments
 (0)