Skip to content

Commit

Permalink
feat: Begin next release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Oct 3, 2023
1 parent 652740e commit 1c801c6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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.1.0] - 2023-10-03

### Added
Expand Down Expand Up @@ -158,6 +168,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.1.0...HEAD
[2.1.0]: https://github.com/esp-rs/espflash/compare/v2.0.1...v2.1.0
[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
Expand Down
2 changes: 1 addition & 1 deletion cargo-espflash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-espflash"
version = "2.1.0"
version = "2.1.1-dev"
edition = "2021"
rust-version = "1.70"
description = "Cargo subcommand for flashing Espressif devices"
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.1.0"
version = "2.1.1-dev"
edition = "2021"
rust-version = "1.70"
description = "A command-line tool for flashing Espressif devices"
Expand Down

0 comments on commit 1c801c6

Please sign in to comment.