From 4a54fafef5c407f3d9e031b5cced94b2a3778c40 Mon Sep 17 00:00:00 2001 From: Austin Schey Date: Sat, 21 Sep 2024 10:23:00 -0700 Subject: [PATCH] chore: release v0.9.0 (#101) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `stream-download`: 0.8.0 -> 0.9.0 (✓ API compatible changes)
Changelog

## [0.9.0](https://github.com/aschey/stream-download-rs/compare/0.8.0..0.9.0) - 2024-09-21 ### Dependencies - *(deps)* [**breaking**] Update opendal requirement from 0.49 to 0.50 ([#96](https://github.com/aschey/stream-download-rs/pull/96)) - ([092707d](https://github.com/aschey/stream-download-rs/commit/092707d3a486ca05786993639fe76bdba86f071a)) - *(deps)* Update tower-http requirement from 0.5.2 to 0.6.0 ([#97](https://github.com/aschey/stream-download-rs/pull/97)) - ([172f11b](https://github.com/aschey/stream-download-rs/commit/172f11b4f34845b3ab881d1a8f96d83a9d925d5b)) ### Miscellaneous Tasks - Update rustfmt to 2024 edition ([#98](https://github.com/aschey/stream-download-rs/pull/98)) - ([e1c614b](https://github.com/aschey/stream-download-rs/commit/e1c614be2d551f79004ec156bbb72ed1e6c46b54)) - Use repo token for release-plz ([#100](https://github.com/aschey/stream-download-rs/pull/100)) - ([b82f5e3](https://github.com/aschey/stream-download-rs/commit/b82f5e32a16d8235116178bc4c02f44c27331a39))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a1a79..b4c293e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [0.9.0](https://github.com/aschey/stream-download-rs/compare/0.8.0..0.9.0) - 2024-09-21 + +### Dependencies + +- *(deps)* [**breaking**] Update opendal requirement from 0.49 to 0.50 ([#96](https://github.com/aschey/stream-download-rs/pull/96)) - ([092707d](https://github.com/aschey/stream-download-rs/commit/092707d3a486ca05786993639fe76bdba86f071a)) +- *(deps)* Update tower-http requirement from 0.5.2 to 0.6.0 ([#97](https://github.com/aschey/stream-download-rs/pull/97)) - ([172f11b](https://github.com/aschey/stream-download-rs/commit/172f11b4f34845b3ab881d1a8f96d83a9d925d5b)) + +### Miscellaneous Tasks + +- Update rustfmt to 2024 edition ([#98](https://github.com/aschey/stream-download-rs/pull/98)) - ([e1c614b](https://github.com/aschey/stream-download-rs/commit/e1c614be2d551f79004ec156bbb72ed1e6c46b54)) +- Use repo token for release-plz ([#100](https://github.com/aschey/stream-download-rs/pull/100)) - ([b82f5e3](https://github.com/aschey/stream-download-rs/commit/b82f5e32a16d8235116178bc4c02f44c27331a39)) + + ## [0.8.0](https://github.com/aschey/stream-download-rs/compare/0.7.3..0.8.0) - 2024-09-08 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 2f411ef..8feeb6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "stream-download" -version = "0.8.0" +version = "0.9.0" rust-version = "1.75.0" authors = ["Austin Schey "] license = "MIT OR Apache-2.0"