Skip to content

Commit

Permalink
chore: release v0.7.3 (#84)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `stream-download`: 0.7.2 -> 0.7.3

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

<blockquote>

##
[0.7.3](https://github.com/aschey/stream-download-rs/compare/0.7.2..0.7.3)
- 2024-09-01

### Dependencies

- *(deps)* Update testcontainers-modules requirement from 0.9.0 to
0.10.0 ([#89](#89)) -
([5e8dff0](5e8dff0))
- *(deps)* Update tower requirement from 0.4.13 to 0.5.0
([#86](#86)) -
([be39cd6](be39cd6))
- *(deps)* Update opendal requirement from 0.48 to 0.49
([#87](#87)) -
([d8e14dc](d8e14dc))
- *(deps)* Update rstest requirement from 0.21.0 to 0.22.0
([#88](#88)) -
([cc5ba7d](cc5ba7d))

### Documentation

- Fix a few problems with the examples
([#83](#83)) -
([d56e621](d56e621))

### Miscellaneous Tasks

- Bump EmbarkStudios/cargo-deny-action from 1 to 2
([#85](#85)) -
([657fc21](657fc21))

<!-- 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 Sep 1, 2024
1 parent cc5ba7d commit 663daf8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [0.7.3](https://github.com/aschey/stream-download-rs/compare/0.7.2..0.7.3) - 2024-09-01

### Dependencies

- *(deps)* Update testcontainers-modules requirement from 0.9.0 to 0.10.0 ([#89](https://github.com/aschey/stream-download-rs/pull/89)) - ([5e8dff0](https://github.com/aschey/stream-download-rs/commit/5e8dff0cb22a8796a7cfb3667b3bfd24a5a857a6))
- *(deps)* Update tower requirement from 0.4.13 to 0.5.0 ([#86](https://github.com/aschey/stream-download-rs/pull/86)) - ([be39cd6](https://github.com/aschey/stream-download-rs/commit/be39cd64ad10a4ab22835d2543cbf41437d3eee7))
- *(deps)* Update opendal requirement from 0.48 to 0.49 ([#87](https://github.com/aschey/stream-download-rs/pull/87)) - ([d8e14dc](https://github.com/aschey/stream-download-rs/commit/d8e14dcd360267bc199b1efcb245d0fe0af71b8f))
- *(deps)* Update rstest requirement from 0.21.0 to 0.22.0 ([#88](https://github.com/aschey/stream-download-rs/pull/88)) - ([cc5ba7d](https://github.com/aschey/stream-download-rs/commit/cc5ba7dac32331421761f517d9a4e8ac1417ec2f))

Check warning on line 12 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Lint

"ba" should be "by" or "be".

### Documentation

- Fix a few problems with the examples ([#83](https://github.com/aschey/stream-download-rs/pull/83)) - ([d56e621](https://github.com/aschey/stream-download-rs/commit/d56e6214a95b621e74b59cebdde49ebcf0b49c20))

### Miscellaneous Tasks

- Bump EmbarkStudios/cargo-deny-action from 1 to 2 ([#85](https://github.com/aschey/stream-download-rs/pull/85)) - ([657fc21](https://github.com/aschey/stream-download-rs/commit/657fc217246db1ca93ef3b363fef36a7323a0abe))

<!-- generated by git-cliff -->
## [0.7.2](https://github.com/aschey/stream-download-rs/compare/0.7.1..0.7.2) - 2024-08-14

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

0 comments on commit 663daf8

Please sign in to comment.