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

Commit 3e9ec34

Browse files
committed
v0.5.1
1 parent 4a920f6 commit 3e9ec34

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [0.5.1] - 2025-04-01
4+
5+
### Fixed
6+
7+
- Fix archive extract dir
8+
39
## [0.5.0] - 2025-03-22
410

511
### Added
@@ -92,6 +98,7 @@
9298
- Initialize soar-dl
9399
- Initial commit
94100

101+
[0.5.1]: https://github.com/pkgforge/soar-dl/compare/v0.5.0..v0.5.1
95102
[0.5.0]: https://github.com/pkgforge/soar-dl/compare/v0.4.2..v0.5.0
96103
[0.4.2]: https://github.com/pkgforge/soar-dl/compare/v0.4.0..v0.4.2
97104
[0.4.0]: https://github.com/pkgforge/soar-dl/compare/v0.3.5..v0.4.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.5.0"
3+
version = "0.5.1"
44
authors = ["Rabindra Dhakal <[email protected]>"]
55
description = "A fast download manager"
66
license = "MIT"

0 commit comments

Comments
 (0)