diff --git a/CHANGELOG.md b/CHANGELOG.md index c2752b1..a501965 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.11.0] - 2024-02-02 ### Added @@ -106,6 +116,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.11.0...HEAD [0.11.0]: https://github.com/esp-rs/espup/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/esp-rs/espup/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/esp-rs/espup/compare/v0.8.0...v0.9.0 diff --git a/Cargo.lock b/Cargo.lock index c0f929f..e2a076f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -504,7 +504,7 @@ dependencies = [ [[package]] name = "espup" -version = "0.11.0" +version = "0.11.1-dev" dependencies = [ "assert_cmd", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d338f29..23fc403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "espup" -version = "0.11.0" +version = "0.11.1-dev" authors = ["Sergio Gasquez Arcos "] edition = "2021" license = "MIT OR Apache-2.0"