mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 21:01:39 +00:00

* perf: Add warn message when failed to detect Xtensa Rust * style: Format log messages * Add CHANGELOG.md (#358) * docs: Add CHANGELOG.md * ci: Ignore changelog updates * docs: Update changelog
2.1 KiB
2.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Add a flag to skip Xtensa Rust version parsing (#352)
- Add warn message when failed to detect Xtensa Rust (#357)
Changed
- Update dependencies
- Use
RUSTUP_HOME
tmp folder (#348) - Improve
remove_dir_all
errors (#346)
Fixed
- Fix temorary folders/files cleanup (#344)
- Fix Clippy lint (#335)