From f3476fef1d368a55265e95e6959ccfaebec67c3c Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Thu, 31 Oct 2024 09:29:30 +0100 Subject: [PATCH] feat: Begin next release cycle --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d74c4f04..92b7bf7c 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.13.0] - 2024-10-30 ### Changed @@ -131,6 +141,7 @@ 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.13.0...HEAD [0.13.0]: https://github.com/esp-rs/espup/compare/v0.12.2...v0.13.0 [0.12.2]: https://github.com/esp-rs/espup/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/esp-rs/espup/compare/v0.12.0...v0.12.1 diff --git a/Cargo.lock b/Cargo.lock index 9bbdb88f..f5bbea35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -552,7 +552,7 @@ dependencies = [ [[package]] name = "espup" -version = "0.13.0" +version = "0.13.1-dev" dependencies = [ "assert_cmd", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7789465e..0019ed46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "espup" -version = "0.13.0" +version = "0.13.1-dev" authors = ["Sergio Gasquez Arcos "] edition = "2021" license = "MIT OR Apache-2.0"