Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit a420512

Browse files
committed
v0.6.3
1 parent 252e07e commit a420512

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

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.6.3] - 2025-06-03
4+
5+
### Changed
6+
7+
- Only create extract dir if the download is archive
8+
9+
### Fixed
10+
11+
- Fix file target when output path is provided
12+
313
## [0.6.2] - 2025-06-01
414

515
### Changed
@@ -147,6 +157,7 @@
147157
- Initialize soar-dl
148158
- Initial commit
149159

160+
[0.6.3]: https://github.com/pkgforge/soar-dl/compare/v0.6.2..v0.6.3
150161
[0.6.2]: https://github.com/pkgforge/soar-dl/compare/v0.6.1..v0.6.2
151162
[0.6.1]: https://github.com/pkgforge/soar-dl/compare/v0.6.0..v0.6.1
152163
[0.6.0]: https://github.com/pkgforge/soar-dl/compare/v0.5.3..v0.6.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soar-dl"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
authors = ["Rabindra Dhakal <contact@qaidvoid.dev>"]
55
description = "A fast download manager"
66
license = "MIT"

0 commit comments

Comments
 (0)