diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dfb9ca..7fbe93e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.6.3 - 2024-12-26 + +### Update + +- Update dependencies and rqbit api + +### Fixed + +- Fix the error initializing persistent DHT + ## 0.6.2 - 2024-10-25 ### Added diff --git a/Cargo.toml b/Cargo.toml index c2833c9..1863dac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aget-rs" -version = "0.6.2" +version = "0.6.3" authors = ["PeterDing "] homepage = "https://github.com/PeterDing/aget-rs" description = "Aget-rs - Fast Asynchronous Downloader with Rust 🦀"