diff --git a/downloader/CHANGELOG.md b/downloader/CHANGELOG.md index f04f2cc..1e2279c 100644 --- a/downloader/CHANGELOG.md +++ b/downloader/CHANGELOG.md @@ -3,12 +3,24 @@ All notable changes to this project will be documented in this file. +## [v0.2.4](https://codeberg.org/ThetaDev/rustypipe/compare/rustypipe-downloader/v0.2.3..rustypipe-downloader/v0.2.4) - 2024-11-10 + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update rust crate thiserror to v2 (#16) - ([e1e1687](https://codeberg.org/ThetaDev/rustypipe/commit/e1e1687605603686ac5fd5deeb6aa8fecaf92494)) +- *(deps)* Update rustypipe to 0.7.0 + + ## [v0.2.3](https://codeberg.org/ThetaDev/rustypipe/compare/rustypipe-downloader/v0.2.2..rustypipe-downloader/v0.2.3) - 2024-10-28 ### 🐛 Bug Fixes - Remove unnecessary image.rs dependencies - ([1b08166](https://codeberg.org/ThetaDev/rustypipe/commit/1b08166399cccb8394d2fdd82d54162c1a9e01be)) +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update rustypipe to 0.6.0 + ## [v0.2.2](https://codeberg.org/ThetaDev/rustypipe/compare/rustypipe-downloader/v0.2.1..rustypipe-downloader/v0.2.2) - 2024-10-13 diff --git a/downloader/Cargo.toml b/downloader/Cargo.toml index a4e56b3..9369331 100644 --- a/downloader/Cargo.toml +++ b/downloader/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustypipe-downloader" -version = "0.2.3" +version = "0.2.4" rust-version = "1.67.1" edition.workspace = true authors.workspace = true