Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'`.
Comment thread
SergioGasquez marked this conversation as resolved.

## [0.17.0] - 2026-04-17

### Added
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "espup"
version = "0.17.0"
version = "0.17.1"
authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
edition = "2024"
license = "MIT OR Apache-2.0"
Expand Down
Loading