Prepare v0.10.0 release (#402)

* feat: Update deps and espup version

* docs: Update changelog
This commit is contained in:
Sergio Gasquez Arcos 2023-12-05 12:00:00 +01:00 committed by GitHub
parent 025792b2b0
commit 8480f3a5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 25 deletions

View File

@ -5,18 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
## [0.10.0]
### Fixed
- `skip-version-parse` argument should require `toolchain-version` (#396)
- If there is a minified LLVM installation, `--extended-llvm` now installs the full LLVM (#400)
### Changed
- Update LLVM version to `esp-16.0.4-20231113` (#398)
### Removed
## [0.9.0] - 2023-11-10
### Added
@ -100,7 +97,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.9.0...HEAD
[0.10.0]: https://github.com/esp-rs/espup/compare/v0.9.0...v.10.0
[0.9.0]: https://github.com/esp-rs/espup/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/esp-rs/espup/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/esp-rs/espup/compare/v0.6.1...v0.7.0

28
Cargo.lock generated
View File

@ -252,9 +252,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.4.7"
version = "4.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b"
checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2"
dependencies = [
"clap_builder",
"clap_derive",
@ -262,9 +262,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.4.7"
version = "4.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663"
checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb"
dependencies = [
"anstream",
"anstyle",
@ -453,9 +453,9 @@ dependencies = [
[[package]]
name = "env_logger"
version = "0.10.0"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
dependencies = [
"humantime",
"is-terminal",
@ -497,7 +497,7 @@ dependencies = [
[[package]]
name = "espup"
version = "0.9.1-dev"
version = "0.10.0"
dependencies = [
"assert_cmd",
"async-trait",
@ -523,7 +523,7 @@ dependencies = [
"tokio-retry",
"update-informer",
"winapi",
"winreg 0.51.0",
"winreg 0.52.0",
"xz2",
"zip",
]
@ -1061,9 +1061,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "openssl"
version = "0.10.59"
version = "0.10.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a257ad03cd8fb16ad4172fedf8094451e1af1c4b70097636ef2eac9a5f0cc33"
checksum = "6b8419dc8cc6d866deb801274bba2e6f8f6108c1bb7fcc10ee5ab864931dbb45"
dependencies = [
"bitflags 2.4.1",
"cfg-if",
@ -1102,9 +1102,9 @@ dependencies = [
[[package]]
name = "openssl-sys"
version = "0.9.95"
version = "0.9.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40a4130519a360279579c2053038317e40eff64d13fd3f004f9e1b72b8a6aaf9"
checksum = "c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b"
dependencies = [
"cc",
"libc",
@ -2374,9 +2374,9 @@ dependencies = [
[[package]]
name = "winreg"
version = "0.51.0"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc"
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",

View File

@ -1,6 +1,6 @@
[package]
name = "espup"
version = "0.9.1-dev"
version = "0.10.0"
authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
@ -15,11 +15,11 @@ rust-version = "1.70"
[dependencies]
async-trait = "0.1.74"
clap = { version = "4.4.7", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
clap_complete = "4.4.4"
console = "0.15.7"
directories = "5.0.1"
env_logger = "0.10.0"
env_logger = "0.10.1"
flate2 = "1.0.28"
guess_host_triple = "0.1.3"
log = "0.4.20"
@ -39,10 +39,10 @@ xz2 = "0.1.7"
zip = "0.6.6"
[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10.59", features = ["vendored"] }
openssl = { version = "0.10.61", features = ["vendored"] }
[target.'cfg(windows)'.dependencies]
winreg = "0.51.0"
winreg = "0.52.0"
winapi = { version = "0.3.9", features = ["winuser"] }
[dev-dependencies]