Skip to content

Commit

Permalink
chore: release v0.7.2 (#81)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `stream-download`: 0.7.1 -> 0.7.2

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.7.2](https://github.com/aschey/stream-download-rs/compare/0.7.1..0.7.2)
- 2024-08-14

### Features

- Add method to get the stream cancellation token
([#80](#80)) -
([452239f](452239f))

<!-- generated by git-cliff -->
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 14, 2024
1 parent 452239f commit 5550196
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.7.2](https://github.com/aschey/stream-download-rs/compare/0.7.1..0.7.2) - 2024-08-14

### Features

- Add method to get the stream cancellation token ([#80](https://github.com/aschey/stream-download-rs/pull/80)) - ([452239f](https://github.com/aschey/stream-download-rs/commit/452239f1500c67de5aa90c093397c6fa352c56a7))

<!-- generated by git-cliff -->
## [0.7.1](https://github.com/aschey/stream-download-rs/compare/0.7.0..0.7.1) - 2024-08-02

### Dependencies
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.7.1"
version = "0.7.2"
rust-version = "1.75.0"
authors = ["Austin Schey <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 5550196

Please sign in to comment.