Prepare 0.15.1 release (#507)

This commit is contained in:
Sergio Gasquez Arcos 2025-05-19 10:32:44 +02:00 committed by GitHub
parent 4efd93c6a7
commit 9fe5d21025
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 38 additions and 27 deletions

View File

@ -5,11 +5,21 @@ 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
## [Unreleased]
### Added
### Fixed
### Changed
### Removed
## [0.15.1] - 2025-05-19
### Changed
- Improved GitHub API error handling (#496)
- update `zip` dependency to 3.0.0
- Update `zip` dependency to 3.0.0 as 2.6.1 was yanked (#504)
## [0.15.0] - 2025-04-08
@ -163,6 +173,8 @@ 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.15.1...HEAD
[0.15.1]: https://github.com/esp-rs/espup/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/esp-rs/espup/compare/v0.14.1...v0.15.0
[0.14.1]: https://github.com/esp-rs/espup/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/esp-rs/espup/compare/v0.13.0...v0.14.0

35
Cargo.lock generated
View File

@ -98,9 +98,9 @@ dependencies = [
[[package]]
name = "assert_cmd"
version = "2.0.16"
version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d"
checksum = "2bd389a4b2970a01282ee455294913c0a43724daedcd1a24c3eb0ec1c1320b66"
dependencies = [
"anstyle",
"bstr",
@ -263,9 +263,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.35"
version = "4.5.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944"
checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000"
dependencies = [
"clap_builder",
"clap_derive",
@ -273,9 +273,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.5.35"
version = "4.5.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9"
checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120"
dependencies = [
"anstream",
"anstyle",
@ -285,9 +285,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.5.47"
version = "4.5.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
checksum = "c91d3baa3bcd889d60e6ef28874126a0b384fd225ab83aa6d8a801c519194ce1"
dependencies = [
"clap",
]
@ -558,7 +558,7 @@ dependencies = [
[[package]]
name = "espup"
version = "0.15.0"
version = "0.15.1"
dependencies = [
"assert_cmd",
"async-trait",
@ -1287,9 +1287,9 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "miette"
version = "7.5.0"
version = "7.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a955165f87b37fd1862df2a59547ac542c77ef6d17c666f619d1ad22dd89484"
checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
dependencies = [
"backtrace",
"backtrace-ext",
@ -1301,15 +1301,14 @@ dependencies = [
"supports-unicode",
"terminal_size",
"textwrap",
"thiserror 1.0.69",
"unicode-width 0.1.14",
]
[[package]]
name = "miette-derive"
version = "7.5.0"
version = "7.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf45bf44ab49be92fd1227a3be6fc6f617f1a337c06af54981048574d8783147"
checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
dependencies = [
"proc-macro2",
"quote",
@ -2201,9 +2200,9 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.19.1"
version = "3.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
dependencies = [
"fastrand",
"getrandom 0.3.2",
@ -2324,9 +2323,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.44.2"
version = "1.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
dependencies = [
"backtrace",
"bytes",

View File

@ -1,6 +1,6 @@
[package]
name = "espup"
version = "0.15.0"
version = "0.15.1"
authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
edition = "2024"
license = "MIT OR Apache-2.0"
@ -16,8 +16,8 @@ rust-version = "1.85.0"
[dependencies]
async-trait = "0.1.88"
bytes = "1.10.1"
clap = { version = "4.5.35", features = ["derive", "env"] }
clap_complete = "4.5.47"
clap = { version = "4.5.38", features = ["derive", "env"] }
clap_complete = "4.5.50"
directories = "6.0.0"
env_logger = "0.11.8"
flate2 = "1.1.1"
@ -26,16 +26,16 @@ indicatif = "0.17.11"
indicatif-log-bridge = "0.2.3"
lazy_static = "1.5.0"
log = "0.4.27"
miette = { version = "7.5.0", features = ["fancy"] }
miette = { version = "7.6.0", features = ["fancy"] }
regex = "1.11.1"
reqwest = { version = "0.12.15", features = ["blocking", "socks", "stream"] }
retry = "2.1.0"
serde_json = "1.0.140"
strum = { version = "0.27.1", features = ["derive"] }
tar = "0.4.44"
tempfile = "3.19.1"
tempfile = "3.20.0"
thiserror = "2.0.12"
tokio = { version = "1.44.2", features = ["full"] }
tokio = { version = "1.45.0", features = ["full"] }
tokio-retry = "0.3.0"
tokio-stream = "0.1.17"
update-informer = "1.2.0"
@ -50,7 +50,7 @@ winreg = "0.55.0"
winapi = { version = "0.3.9", features = ["winuser"] }
[dev-dependencies]
assert_cmd = "2.0.16"
assert_cmd = "2.0.17"
[package.metadata.binstall]
bin-dir = "{ bin }{ binary-ext }"