From 555019665011e60f2cad85e63b0e787bb5f28ec6 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 14 Aug 2024 16:40:06 -0700
Subject: [PATCH] chore: release v0.7.2 (#81)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🤖 New release
* `stream-download`: 0.7.1 -> 0.7.2
Changelog
##
[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))
---
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>
---
CHANGELOG.md | 7 +++++++
Cargo.toml | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 33e3707..ba988c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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))
+
+
## [0.7.1](https://github.com/aschey/stream-download-rs/compare/0.7.0..0.7.1) - 2024-08-02
### Dependencies
diff --git a/Cargo.toml b/Cargo.toml
index 88be9b9..4c5146d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 "]
license = "MIT OR Apache-2.0"