Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit daa981b

Browse files
committed
v0.5.0
1 parent a14ba9b commit daa981b

File tree

3 files changed

+61
-11
lines changed

3 files changed

+61
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.5.0] - 2025-03-22
4+
5+
### Added
6+
7+
- Add support for archives
8+
9+
### Changed
10+
11+
- Prioritize filename from response header if not provided
12+
313
## [0.4.2] - 2025-02-28
414

515
### Changed
@@ -82,6 +92,7 @@
8292
- Initialize soar-dl
8393
- Initial commit
8494

95+
[0.5.0]: https://github.com/pkgforge/soar-dl/compare/v0.4.2..v0.5.0
8596
[0.4.2]: https://github.com/pkgforge/soar-dl/compare/v0.4.0..v0.4.2
8697
[0.4.0]: https://github.com/pkgforge/soar-dl/compare/v0.3.5..v0.4.0
8798
[0.3.5]: https://github.com/pkgforge/soar-dl/compare/v0.3.4..v0.3.5

Cargo.lock

Lines changed: 48 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soar-dl"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
authors = ["Rabindra Dhakal <[email protected]>"]
55
description = "A fast download manager"
66
license = "MIT"
@@ -32,7 +32,7 @@ tar = "0.4.44"
3232
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
3333
url = "2.5.4"
3434
xz2 = "0.1.7"
35-
zip = "2.2.3"
35+
zip = "2.3.0"
3636
zstd = "0.13.3"
3737

3838
[[bin]]

0 commit comments

Comments
 (0)