Releases: esp-rs/espup
Releases · esp-rs/espup
v0.6.0
v0.5.0
What's Changed
- Remove unused dependencies by @SergioGasquez in #258
- Fix update subcommand between versions that only change the subpatch number by @SergioGasquez in #272
- Update README by @SergioGasquez in #289 #278
- Ignore shebang of install.sh files by @SergioGasquez in #312
- Rework update subcommand by @SergioGasquez in #285
- Prepare for next release by @SergioGasquez in #318
- Update dependencies
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- build(deps): bump directories from 5.0.0 to 5.0.1 by @dependabot in #245
- build(deps): bump flate2 from 1.0.25 to 1.0.26 by @dependabot in #246
- build(deps): bump reqwest from 0.11.16 to 0.11.17 by @dependabot in #249
- build(deps): bump openssl from 0.10.51 to 0.10.52 by @dependabot in #250
- build(deps): bump tokio from 1.27.0 to 1.28.0 by @dependabot in #247
- build(deps): bump clap from 4.2.4 to 4.2.5 by @dependabot in #248
- build(deps): bump update-informer from 0.6.0 to 1.0.0 by @dependabot in #253
- build(deps): bump clap_complete from 4.2.2 to 4.2.3 by @dependabot in #255
- Update LLVM and GCC by @SergioGasquez in #256
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- build(deps): bump toml from 0.7.2 to 0.7.3 by @dependabot in #203
- Format and remove unneeded dependencies by @SergioGasquez in #204
- build(deps): bump assert_cmd from 2.0.8 to 2.0.10 by @dependabot in #213
- build(deps): bump thiserror from 1.0.39 to 1.0.40 by @dependabot in #212
- build(deps): bump assert_fs from 1.0.10 to 1.0.12 by @dependabot in #211
- build(deps): bump openssl from 0.10.45 to 0.10.47 by @dependabot in #205
- build(deps): bump async-trait from 0.1.66 to 0.1.67 by @dependabot in #208
- build(deps): bump directories from 4.0.1 to 5.0.0 by @dependabot in #206
- build(deps): bump reqwest from 0.11.14 to 0.11.15 by @dependabot in #210
- fix: download Mac aarch64 versions of gcc by @lrabbit in #216
- build(deps): bump openssl from 0.10.47 to 0.10.48 by @dependabot in #217
- build(deps): bump miette from 5.5.0 to 5.6.0 by @dependabot in #207
- build(deps): bump clap from 4.1.8 to 4.1.11 by @dependabot in #209
- build(deps): bump regex from 1.7.1 to 1.7.3 by @dependabot in #218
- build(deps): bump serde_json from 1.0.94 to 1.0.95 by @dependabot in #219
- build(deps): bump tokio from 1.26.0 to 1.27.0 by @dependabot in #220
- Fix Ci warnings and bump
clap
by @SergioGasquez in #228 - build(deps): bump reqwest from 0.11.15 to 0.11.16 by @dependabot in #222
- build(deps): bump async-trait from 0.1.67 to 0.1.68 by @dependabot in #221
- build(deps): bump miette from 5.6.0 to 5.7.0 by @dependabot in #232
- build(deps): bump tempfile from 3.4.0 to 3.5.0 by @dependabot in #231
- build(deps): bump openssl from 0.10.48 to 0.10.49 by @dependabot in #230
- build(deps): bump openssl from 0.10.49 to 0.10.50 by @dependabot in #234
- Add support for generating shell completions by @SergioGasquez in #223
- build(deps): bump assert_cmd from 2.0.10 to 2.0.11 by @dependabot in #236
- build(deps): bump clap from 4.2.1 to 4.2.2 by @dependabot in #240
- Add ESP32-H2 support by @SergioGasquez in #241
- build(deps): bump clap_complete from 4.1.5 to 4.2.0 by @dependabot in #238
- build(deps): bump assert_fs from 1.0.12 to 1.0.13 by @dependabot in #239
- build(deps): bump serde_json from 1.0.95 to 1.0.96 by @dependabot in #237
- Fix Windows environment by @SergioGasquez in #242
- Prepare release v0.4.0 by @SergioGasquez in #243
New Contributors
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- Prepend PATH by @SergioGasquez in #202
- Use rustc release description to check the installed version by @SergioGasquez in #201
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- remove: Deprecated --config-path flag by @Nukesor in #190
- Add support for esp32c6 by @SergioGasquez in #189
- build(deps): bump clap from 4.1.6 to 4.1.7 by @dependabot in #196
- build(deps): bump tempfile from 3.3.0 to 3.4.0 by @dependabot in #195
- Remove uninstalling Xtensa Rust when updating by @SergioGasquez in #197
- fix: Remove spaces in Windows binary URL by @gak in #198
New Contributors
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- build(deps): bump clap from 4.1.4 to 4.1.6 by @dependabot in #187
- Refactor espup by @SergioGasquez in #182
- Fix
rust-src
installation by @SergioGasquez in #188
Full Changelog: v0.2.9...v0.3.0
v0.2.9
What's Changed
- build(deps): bump serde_json from 1.0.91 to 1.0.92 by @dependabot in #179
- build(deps): bump anyhow from 1.0.68 to 1.0.69 by @dependabot in #180
- build(deps): bump toml from 0.7.1 to 0.7.2 by @dependabot in #183
- build(deps): bump serde_json from 1.0.92 to 1.0.93 by @dependabot in #184
- Fix Rust RISC-V toolchain installations by @SergioGasquez in #186
Full Changelog: v0.2.8...v0.2.9
v0.2.8
Full Changelog: v0.2.7...v0.2.8
v0.2.7
Warning -c/--extra-crates
option when using espup install
. This was fixed in v0.2.8
What's Changed
- Add installation retries by @SergioGasquez in #142
- Improve source instructions by @SergioGasquez in #143
- Add MSRV check by @SergioGasquez in #144
- build(deps): bump console from 0.15.4 to 0.15.5 by @dependabot in #146
- build(deps): bump assert_cmd from 2.0.7 to 2.0.8 by @dependabot in #147
- Update MSRV and dependencies by @SergioGasquez in #149
- Update dependencies by @SergioGasquez in #150
- Add note about ESP-IDF instalaltion methods by @SergioGasquez in #151
- Statically link
openssl
for all Unix targets by @SergioGasquez in #153 - build(deps): bump clap from 4.1.1 to 4.1.2 by @dependabot in #157
- build(deps): bump async-trait from 0.1.61 to 0.1.63 by @dependabot in #158
- Improve
rust-src-nightly/install.sh
command by @SergioGasquez in #162 - build(deps): bump reqwest from 0.11.13 to 0.11.14 by @dependabot in #159
- fix: bash path by @SergioGasquez in #161
- Update
toml
dependency by @SergioGasquez in #167 - Simplify handling of extra crates by @jessebraham in #169
- build(deps): bump toml from 0.6.0 to 0.7.1 by @dependabot in #176
- build(deps): bump clap from 4.1.2 to 4.1.4 by @dependabot in #175
- build(deps): bump async-trait from 0.1.63 to 0.1.64 by @dependabot in #173
- build(deps): bump tokio from 1.24.2 to 1.25.0 by @dependabot in #174
- Export CLANG_PATH so bindgen works with cross compilation by @jasta in #171
- Fix CI warnings by @SergioGasquez in #177
New Contributors
Full Changelog: v0.2.6...v0.2.7