diff --git a/CHANGELOG.md b/CHANGELOG.md index e60ae05..62551d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.15.0](https://github.com/aschey/stream-download-rs/compare/0.14.1..0.15.0) - 2025-02-15 + +### Features + +- Add method to retrieve content length from StreamDownload (#152) - ([4778348](https://github.com/aschey/stream-download-rs/commit/4778348f56cf6ebec771e3dacba29e8514cf7e16)) + +### Miscellaneous Tasks + +- Doc updates (#149) - ([2feb7cd](https://github.com/aschey/stream-download-rs/commit/2feb7cd4c545b3989e27d456dc082c17cec7ca1e)) + +### Refactor + +- [**breaking**] Rename get_cancellation_token to cancellation_token (#153) - ([cd13d91](https://github.com/aschey/stream-download-rs/commit/cd13d911bcefedc80f1371bb6c43bd0f97b813c4)) + + ## [0.14.1](https://github.com/aschey/stream-download-rs/compare/0.14.0..0.14.1) - 2025-01-18 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 439ce6d..1115c7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "stream-download" -version = "0.14.1" +version = "0.15.0" rust-version = "1.75.0" authors = ["Austin Schey "] license = "MIT OR Apache-2.0"