Skip to content

Commit

Permalink
chore: release v0.7.1 (#79)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `stream-download`: 0.7.0 -> 0.7.1

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

<blockquote>

##
[0.7.1](https://github.com/aschey/stream-download-rs/compare/0.7.0..0.7.1)
- 2024-08-02

### Dependencies

- *(deps)* Update opendal requirement from 0.47 to 0.48
([#77](#77)) -
([bb35f63](bb35f63))
- *(deps)* Update testcontainers-modules requirement from 0.8.0 to 0.9.0
([#78](#78)) -
([c30d9a1](c30d9a1))

<!-- 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 Aug 2, 2024
1 parent c30d9a1 commit 3d5b648
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [0.7.1](https://github.com/aschey/stream-download-rs/compare/0.7.0..0.7.1) - 2024-08-02

### Dependencies

- *(deps)* Update opendal requirement from 0.47 to 0.48 ([#77](https://github.com/aschey/stream-download-rs/pull/77)) - ([bb35f63](https://github.com/aschey/stream-download-rs/commit/bb35f63bec85a1b846897804f0220503be04b554))
- *(deps)* Update testcontainers-modules requirement from 0.8.0 to 0.9.0 ([#78](https://github.com/aschey/stream-download-rs/pull/78)) - ([c30d9a1](https://github.com/aschey/stream-download-rs/commit/c30d9a1406eac1031764080dea4935cb3388753d))

<!-- generated by git-cliff -->
## [0.7.0](https://github.com/aschey/stream-download-rs/compare/0.6.0..0.7.0) - 2024-07-28

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

0 comments on commit 3d5b648

Please sign in to comment.