Skip to content

Commit

Permalink
Begin next release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Jul 13, 2023
1 parent 5a16115 commit 4e7c018
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cargo-espflash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion espflash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4e7c018

Please sign in to comment.