Skip to content

Commit

Permalink
chore: release v0.5.2 (#51)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `stream-download`: 0.5.1 -> 0.5.2 (✓ API compatible changes)

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

<blockquote>

##
[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](#50)) -
([a4ec987](a4ec987))

<!-- 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 Apr 4, 2024
1 parent a4ec987 commit d84de63
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.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))

<!-- generated by git-cliff -->
## [0.5.1](https://github.com/aschey/stream-download-rs/compare/0.5.0..0.5.1) - 2024-03-31

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

0 comments on commit d84de63

Please sign in to comment.