Releases: esp-rs/espup
Releases · esp-rs/espup
v0.2.6
v0.2.5
What's Changed
- build(deps): bump serde from 1.0.150 to 1.0.151 by @dependabot in #104
- build(deps): bump serde_json from 1.0.89 to 1.0.91 by @dependabot in #103
- Feature/async by @SergioGasquez in #108
- Fix RiscV installation/uninstallation by @SergioGasquez in #107
- Fix Windows exports by @SergioGasquez in #111
- Improve LLVM uninstall by @SergioGasquez in #114
- build(deps): bump thiserror from 1.0.37 to 1.0.38 by @dependabot in #102
- build(deps): bump anyhow from 1.0.66 to 1.0.68 by @dependabot in #101
- Update ubuntu version used in CI by @SergioGasquez in #99
- Install GCC toolchain for ULP coprocessors by @SergioGasquez in #115
- Add possibles values to default_host arguments by @SergioGasquez in #110
- Update uninstall command by @SergioGasquez in #120
- build(deps): bump openssl from 0.10.44 to 0.10.45 by @dependabot in #119
- build(deps): bump async-trait from 0.1.59 to 0.1.60 by @dependabot in #118
- Fix install help documentation by @SergioGasquez in #122
- build(deps): bump serde from 1.0.151 to 1.0.152 by @dependabot in #117
- build(deps): bump clap from 4.0.29 to 4.0.32 by @dependabot in #116
- Add unit tests by @SergioGasquez in #124
- Small fixes and cleanup by @jessebraham in #125
- Fix logs by @SergioGasquez in #126
- add: CLI option to specify config path by @Nukesor in #127
- build(deps): bump tokio from 1.23.0 to 1.24.1 by @dependabot in #133
- build(deps): bump console from 0.15.3 to 0.15.4 by @dependabot in #132
- build(deps): bump regex from 1.7.0 to 1.7.1 by @dependabot in #134
- build(deps): bump async-trait from 0.1.60 to 0.1.61 by @dependabot in #131
- Append header if GITHUB_TOKEN environment variable is present by @SergioGasquez in #128
- Format Windows export file by @SergioGasquez in #135
New Contributors
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- build(deps): bump serde_json from 1.0.87 to 1.0.89 by @dependabot in #72
- build(deps): bump openssl from 0.10.42 to 0.10.43 by @dependabot in #73
- build(deps): bump serde from 1.0.147 to 1.0.148 by @dependabot in #77
- build(deps): bump clap from 4.0.26 to 4.0.27 by @dependabot in #78
- build(deps): bump flate2 from 1.0.24 to 1.0.25 by @dependabot in #76
- build(deps): bump Swatinem/rust-cache from 1 to 2 by @dependabot in #71
- build(deps): bump clap from 4.0.27 to 4.0.28 by @dependabot in #79
- build(deps): bump miette from 5.4.1 to 5.5.0 by @dependabot in #75
- build(deps): bump env_logger from 0.9.3 to 0.10.0 by @dependabot in #74
- build(deps): bump serde from 1.0.148 to 1.0.150 by @dependabot in #90
- build(deps): bump update-informer from 0.5.0 to 0.6.0 by @dependabot in #89
- build(deps): bump openssl from 0.10.43 to 0.10.44 by @dependabot in #88
- build(deps): bump embuild from 0.30.4 to 0.31.0 by @dependabot in #87
- Fix 1.66 installation by @SergioGasquez in #93
- Update LLVM release by @SergioGasquez in #91
- build(deps): bump clap from 4.0.28 to 4.0.29 by @dependabot in #84
- build(deps): bump assert_fs from 1.0.9 to 1.0.10 by @dependabot in #83
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Pass
default-host
argument torustup
installation by @SergioGasquez in #68 - Use proper config file by @SergioGasquez in #69
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Add ESP32-C2 to list of recognized targets, simplify some code by @jessebraham in #46
- bugfix: update error log when Xtensa toolchain is already installed by @JurajSadel in #52
- Fix export file by @SergioGasquez in #49
- Update
extra-crates
argument by @SergioGasquez in #53 - Update CI to run in parallel by @SergioGasquez in #41
- build(deps): bump regex from 1.6.0 to 1.7.0 by @dependabot in #54
- build(deps): bump clap from 4.0.19 to 4.0.22 by @dependabot in #55
- build(deps): bump env_logger from 0.9.1 to 0.9.3 by @dependabot in #56
- Add a warning when the user is not using the latest version by @SergioGasquez in #58
- build(deps): bump clap from 4.0.22 to 4.0.24 by @dependabot in #62
- Improve errors by @SergioGasquez in #60
- Add integration tests by @SergioGasquez in #63
- Fix uninstall process by @SergioGasquez in #64
- Improve errors by @SergioGasquez in #65
New Contributors
- @jessebraham made their first contribution in #46
- @JurajSadel made their first contribution in #52
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Add perl to the fedora dependencies by @KingKili in #42
- Add
rustup
installation by @SergioGasquez in #43 - Add binary artifacts to the release by @SergioGasquez in #44
New Contributors
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add
default-host
argument by @SergioGasquez in #12 - build(deps): bump clap from 4.0.10 to 4.0.15 by @dependabot in #25
- build(deps): bump zip from 0.6.2 to 0.6.3 by @dependabot in #24
- Check if GCC or LLVM are installed, if so, reuse them. by @SergioGasquez in #22
- Ubuntu 22 fails otherwise by @andywwright in #28
- build(deps): bump anyhow from 1.0.65 to 1.0.66 by @dependabot in #30
- build(deps): bump clap from 4.0.15 to 4.0.18 by @dependabot in #29
- Add configuration file by @SergioGasquez in #31
- Add
rustup
as a requirement by @SergioGasquez in #27 - Feature/doc update by @georgik in #18
- Only install Xtensa Rust toolchain when there is at least one Xtensa target by @SergioGasquez in #33
- Add llvm-version arg by @SergioGasquez in #23
- Feature/mod refactor by @SergioGasquez in #34
- build(deps): bump miette from 5.3.0 to 5.4.1 by @dependabot in #35
- Fix a typo by @lu-zero in #36
- Avoid using hardcoded Xtensa Rust version by @SergioGasquez in #38
New Contributors
- @andywwright made their first contribution in #28
- @georgik made their first contribution in #18
- @lu-zero made their first contribution in #36
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release!