mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 04:40:27 +00:00
Begin next release cycle (#436)
* build: Update espup version * docs: Prepare changelog
This commit is contained in:
parent
e108653b63
commit
f3afdf472c
@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
### Fixed
|
||||
- Fix extended LLVM mode regression for LLVM versions < 17 introduced by #432. (#437)
|
||||
|
||||
### Changed
|
||||
|
||||
### Removed
|
||||
|
||||
## [0.12.1] - 2024-07-15
|
||||
|
||||
### 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
|
||||
|
||||
[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.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
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -550,7 +550,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "espup"
|
||||
version = "0.12.1"
|
||||
version = "0.12.2-dev"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"async-trait",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "espup"
|
||||
version = "0.12.1"
|
||||
version = "0.12.2-dev"
|
||||
authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user