From 8d6cbdb9b267bc1834440cf6d9863e77d58ed677 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Wed, 4 Oct 2023 11:32:26 +0200 Subject: [PATCH] feat: Begin next release cycle --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed5f962..afad75e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## [0.6.1] - 2023-10-04 ### Changed @@ -65,6 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2022-10-07 + +[Unreleased]: https://github.com/esp-rs/espup/compare/v0.6.1...HEAD [0.6.1]: https://github.com/esp-rs/espup/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/esp-rs/espup/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/esp-rs/espup/compare/v0.4.1...v0.5.0 diff --git a/Cargo.lock b/Cargo.lock index 53346b2..6922b85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -495,7 +495,7 @@ dependencies = [ [[package]] name = "espup" -version = "0.6.1" +version = "0.6.2-dev" dependencies = [ "assert_cmd", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ca52458..61e6a1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "espup" -version = "0.6.1" +version = "0.6.2-dev" authors = ["Sergio Gasquez Arcos "] edition = "2021" license = "MIT OR Apache-2.0"