mirror of
https://github.com/esp-rs/espup.git
synced 2025-10-02 15:14:56 +00:00
feat: Begin next release cycle
This commit is contained in:
parent
05e9d334db
commit
8d6cbdb9b2
12
CHANGELOG.md
12
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/),
|
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).
|
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
|
## [0.6.1] - 2023-10-04
|
||||||
|
|
||||||
### Changed
|
### 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
|
## [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.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.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
|
[0.5.0]: https://github.com/esp-rs/espup/compare/v0.4.1...v0.5.0
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -495,7 +495,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "espup"
|
name = "espup"
|
||||||
version = "0.6.1"
|
version = "0.6.2-dev"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "espup"
|
name = "espup"
|
||||||
version = "0.6.1"
|
version = "0.6.2-dev"
|
||||||
authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
|
authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user