Skip to content

Commit

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

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

<blockquote>

##
[0.5.1](https://github.com/aschey/stream-download-rs/compare/0.5.0..0.5.1)
- 2024-03-31

### Bug Fixes

- Only log appropriate seek errors
([#49](#49)) -
([b6a900c](b6a900c))

### Features

- Use native async traits
([#45](#45)) -
([3c61e78](3c61e78))
- Make seek buffer size configurable
([#48](#48)) -
([42783d6](42783d6))

### Miscellaneous Tasks

- Update reqwest to 0.12
([#46](#46)) -
([ed75e88](ed75e88))

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


</p></details>

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

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 31, 2024
1 parent b6a900c commit e32b9d7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## [0.5.1](https://github.com/aschey/stream-download-rs/compare/0.5.0..0.5.1) - 2024-03-31

### Bug Fixes

- Only log appropriate seek errors ([#49](https://github.com/aschey/stream-download-rs/pull/49)) - ([b6a900c](https://github.com/aschey/stream-download-rs/commit/b6a900cde093cab486fd886e45a3ca58d9862645))

### Features

- Use native async traits ([#45](https://github.com/aschey/stream-download-rs/pull/45)) - ([3c61e78](https://github.com/aschey/stream-download-rs/commit/3c61e78e0c475688f085d504eaf1e1533df835c9))
- Make seek buffer size configurable ([#48](https://github.com/aschey/stream-download-rs/pull/48)) - ([42783d6](https://github.com/aschey/stream-download-rs/commit/42783d6294f6d6419e04f65d2aac68090412e685))

### Miscellaneous Tasks

- Update reqwest to 0.12 ([#46](https://github.com/aschey/stream-download-rs/pull/46)) - ([ed75e88](https://github.com/aschey/stream-download-rs/commit/ed75e880a89b89bc780fdf1894c1bec228ccb686))

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

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

0 comments on commit e32b9d7

Please sign in to comment.