diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7e212..4928ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index ef38c12..d94eb28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -550,7 +550,7 @@ dependencies = [ [[package]] name = "espup" -version = "0.12.1" +version = "0.12.2-dev" dependencies = [ "assert_cmd", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 2d2ad8a..00741d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "espup" -version = "0.12.1" +version = "0.12.2-dev" authors = ["Sergio Gasquez Arcos "] edition = "2021" license = "MIT OR Apache-2.0"