Skip to content

Commit

Permalink
chore: release v0.16.0 (#158)
Browse files Browse the repository at this point in the history
## 🤖 New release

* `stream-download`: 0.15.1 -> 0.16.0 (✓ API compatible changes)

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

<blockquote>

##
[0.16.0](https://github.com/aschey/stream-download-rs/compare/0.15.1..0.16.0)
- 2025-03-10

### Dependencies

- *(deps)* [**breaking**] Update opendal requirement from 0.51 to 0.52
([#161](#161)) -
([16e44be](16e44be))
- *(deps)* Update ctor requirement from 0.3.3 to 0.4.0
([#160](#160)) -
([7632294](7632294))
- *(deps)* Update rstest requirement from 0.24.0 to 0.25.0
([#163](#163)) -
([fc375f8](fc375f8))

### Refactor

- [**breaking**] Bump MSRV to 1.80
([#157](#157)) -
([cd0a0cb](cd0a0cb))
- [**breaking**] Bump MSRV to 1.81
([#162](#162)) -
([83bbdbd](83bbdbd))

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


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
  • Loading branch information
aschey authored Mar 11, 2025
1 parent fc375f8 commit c0bb1ca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [0.16.0](https://github.com/aschey/stream-download-rs/compare/0.15.1..0.16.0) - 2025-03-10

### Dependencies

- *(deps)* [**breaking**] Update opendal requirement from 0.51 to 0.52 ([#161](https://github.com/aschey/stream-download-rs/issues/161)) - ([16e44be](https://github.com/aschey/stream-download-rs/commit/16e44bec64bca1cc909eecc9ffd294effb66973d))
- *(deps)* Update ctor requirement from 0.3.3 to 0.4.0 ([#160](https://github.com/aschey/stream-download-rs/issues/160)) - ([7632294](https://github.com/aschey/stream-download-rs/commit/76322942c6841d8811a74d242b5323ac03b8c865))
- *(deps)* Update rstest requirement from 0.24.0 to 0.25.0 ([#163](https://github.com/aschey/stream-download-rs/issues/163)) - ([fc375f8](https://github.com/aschey/stream-download-rs/commit/fc375f849c7c0ce1ef5e67a29ee55b622e9139e7))

### Refactor

- [**breaking**] Bump MSRV to 1.80 ([#157](https://github.com/aschey/stream-download-rs/issues/157)) - ([cd0a0cb](https://github.com/aschey/stream-download-rs/commit/cd0a0cb1268cd82c1f218ba4ab6e78eb9f045b64))
- [**breaking**] Bump MSRV to 1.81 ([#162](https://github.com/aschey/stream-download-rs/issues/162)) - ([83bbdbd](https://github.com/aschey/stream-download-rs/commit/83bbdbd4829df736e14f4660188b1896b82a5ccd))

<!-- generated by git-cliff -->
## [0.15.1](https://github.com/aschey/stream-download-rs/compare/0.15.0..0.15.1) - 2025-02-15

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

0 comments on commit c0bb1ca

Please sign in to comment.