feat: Begin next release cycle (#405)

This commit is contained in:
Sergio Gasquez Arcos 2023-12-11 09:56:19 +01:00 committed by GitHub
parent 8480f3a5a2
commit f59ef6593d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View File

@ -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.10.0]
### Fixed
@ -97,6 +107,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.10.0...HEAD
[0.10.0]: https://github.com/esp-rs/espup/compare/v0.9.0...v.10.0
[0.9.0]: https://github.com/esp-rs/espup/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/esp-rs/espup/compare/v0.7.0...v0.8.0

2
Cargo.lock generated
View File

@ -497,7 +497,7 @@ dependencies = [
[[package]]
name = "espup"
version = "0.10.0"
version = "0.10.1-dev"
dependencies = [
"assert_cmd",
"async-trait",

View File

@ -1,6 +1,6 @@
[package]
name = "espup"
version = "0.10.0"
version = "0.10.1-dev"
authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"