Begin next release cycle (#436)

* build: Update espup version

* docs: Prepare changelog
This commit is contained in:
Sergio Gasquez Arcos 2024-07-17 13:08:06 +02:00 committed by GitHub
parent e108653b63
commit f3afdf472c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View File

@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Added
### Fixed ### Fixed
- Fix extended LLVM mode regression for LLVM versions < 17 introduced by #432. (#437) - Fix extended LLVM mode regression for LLVM versions < 17 introduced by #432. (#437)
### Changed
### Removed
## [0.12.1] - 2024-07-15 ## [0.12.1] - 2024-07-15
### Fixed ### Fixed
@ -125,6 +131,7 @@ 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.12.1...HEAD
[0.12.1]: https://github.com/esp-rs/espup/compare/v0.12.0...v0.12.1 [0.12.1]: https://github.com/esp-rs/espup/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/esp-rs/espup/compare/v0.11.0...v0.12.0 [0.12.0]: https://github.com/esp-rs/espup/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/esp-rs/espup/compare/v0.10.0...v0.11.0 [0.11.0]: https://github.com/esp-rs/espup/compare/v0.10.0...v0.11.0

2
Cargo.lock generated
View File

@ -550,7 +550,7 @@ dependencies = [
[[package]] [[package]]
name = "espup" name = "espup"
version = "0.12.1" version = "0.12.2-dev"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"async-trait", "async-trait",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "espup" name = "espup"
version = "0.12.1" version = "0.12.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"