Skip to content

Commit

Permalink
chore: release v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aschey authored Feb 15, 2025
1 parent cd13d91 commit 3bc1e26
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

<!-- generated by git-cliff -->
## [0.14.1](https://github.com/aschey/stream-download-rs/compare/0.14.0..0.14.1) - 2025-01-18

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 3bc1e26

Please sign in to comment.