From d84de63930d8135b30ed8a7a92ecceb92447e21e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:42:44 -0500 Subject: [PATCH] chore: release v0.5.2 (#51) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `stream-download`: 0.5.1 -> 0.5.2 (✓ API compatible changes)
Changelog

## [0.5.2](https://github.com/aschey/stream-download-rs/compare/0.5.1..0.5.2) - 2024-04-04 ### Bug Fixes - Handle error statuses from http requests ([#50](https://github.com/aschey/stream-download-rs/pull/50)) - ([a4ec987](https://github.com/aschey/stream-download-rs/commit/a4ec98739d114df2e7c37cd7679e02f61fdadb1f))

--- 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 55f5643..55ea4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.5.2](https://github.com/aschey/stream-download-rs/compare/0.5.1..0.5.2) - 2024-04-04 + +### Bug Fixes + +- Handle error statuses from http requests ([#50](https://github.com/aschey/stream-download-rs/pull/50)) - ([a4ec987](https://github.com/aschey/stream-download-rs/commit/a4ec98739d114df2e7c37cd7679e02f61fdadb1f)) + + ## [0.5.1](https://github.com/aschey/stream-download-rs/compare/0.5.0..0.5.1) - 2024-03-31 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 705e19a..4d62cef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "stream-download" -version = "0.5.1" +version = "0.5.2" rust-version = "1.75.0" authors = ["Austin Schey "] license = "MIT OR Apache-2.0"