diff --git a/CHANGELOG.md b/CHANGELOG.md index d8aa2908..68ea0661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Fixed -- Fix extraction of resumed downloads stored as `*.part` files by detecting the underlying archive extension (`.zip`, `.tar.gz`, `.tar.xz`) instead of failing with `unsupported_file_extension: 'part'`. ### Changed ### Removed +## [0.17.1] - 2026-04-17 + +### Fixed +- Fix extraction of resumed downloads stored as `*.part` files by detecting the underlying archive extension (`.zip`, `.tar.gz`, `.tar.xz`) instead of failing with `unsupported_file_extension: 'part'`. + ## [0.17.0] - 2026-04-17 ### Added @@ -200,7 +204,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.17.0...HEAD +[Unreleased]: https://github.com/esp-rs/espup/compare/v0.17.1...HEAD +[0.17.1]: https://github.com/esp-rs/espup/compare/v0.17.0...v0.17.1 [0.17.0]: https://github.com/esp-rs/espup/compare/v0.16.0...v0.17.0 [0.16.0]: https://github.com/esp-rs/espup/compare/v0.15.1...v0.16.0 [0.15.1]: https://github.com/esp-rs/espup/compare/v0.15.0...v0.15.1 diff --git a/Cargo.lock b/Cargo.lock index 0042bbd8..25c8b1c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -605,7 +605,7 @@ dependencies = [ [[package]] name = "espup" -version = "0.17.0" +version = "0.17.1" dependencies = [ "assert_cmd", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a9a46582..87d5cfb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "espup" -version = "0.17.0" +version = "0.17.1" authors = ["Sergio Gasquez Arcos "] edition = "2024" license = "MIT OR Apache-2.0"