Skip to content

Commit

Permalink
feat: Start new dev cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Mar 13, 2024
1 parent 6e723f4 commit c39d021
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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


## [3.0.0] - 2024-03-13

### Fixed
Expand Down Expand Up @@ -233,6 +244,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.0.0...HEAD
[3.0.0]: https://github.com/esp-rs/espflash/compare/v3.0.0-rc.2...v3.0.0
[3.0.0-rc.2]: https://github.com/esp-rs/espflash/compare/v3.0.0-rc.1...v3.0.0-rc.2
[3.0.0-rc.1]: https://github.com/esp-rs/espflash/compare/v2.1.0...v3.0.0-rc.1
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 = "3.0.0"
version = "3.0.1-dev"
edition = "2021"
rust-version = "1.74"
description = "Cargo subcommand for flashing Espressif devices"
Expand All @@ -24,7 +24,7 @@ cargo_metadata = "0.18.1"
clap = { version = "4.5.2", features = ["derive", "wrap_help"] }
env_logger = "0.11.3"
esp-idf-part = "0.5.0"
espflash = { version = "3.0.0", path = "../espflash" }
espflash = { version = "3.0.1-dev", path = "../espflash" }
log = "0.4.21"
miette = { version = "7.2.0", features = ["fancy"] }
serde = { version = "1.0.197", 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 = "3.0.0"
version = "3.0.1-dev"
edition = "2021"
rust-version = "1.74"
description = "A command-line tool for flashing Espressif devices"
Expand Down

0 comments on commit c39d021

Please sign in to comment.