diff --git a/CHANGELOG.md b/CHANGELOG.md index ba988c0..f5a2cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + +### 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)) + + ## [0.7.2](https://github.com/aschey/stream-download-rs/compare/0.7.1..0.7.2) - 2024-08-14 ### Features diff --git a/Cargo.toml b/Cargo.toml index e061b59..7f5e33f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] license = "MIT OR Apache-2.0"