Skip to content

Commit

Permalink
chore: release v0.9.0 (#101)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `stream-download`: 0.8.0 -> 0.9.0 (✓ API compatible changes)

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

<blockquote>

##
[0.9.0](https://github.com/aschey/stream-download-rs/compare/0.8.0..0.9.0)
- 2024-09-21

### Dependencies

- *(deps)* [**breaking**] Update opendal requirement from 0.49 to 0.50
([#96](#96)) -
([092707d](092707d))
- *(deps)* Update tower-http requirement from 0.5.2 to 0.6.0
([#97](#97)) -
([172f11b](172f11b))

### Miscellaneous Tasks

- Update rustfmt to 2024 edition
([#98](#98)) -
([e1c614b](e1c614b))
- Use repo token for release-plz
([#100](#100)) -
([b82f5e3](b82f5e3))

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


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
aschey authored Sep 21, 2024
1 parent b82f5e3 commit 4a54faf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [0.9.0](https://github.com/aschey/stream-download-rs/compare/0.8.0..0.9.0) - 2024-09-21

### Dependencies

- *(deps)* [**breaking**] Update opendal requirement from 0.49 to 0.50 ([#96](https://github.com/aschey/stream-download-rs/pull/96)) - ([092707d](https://github.com/aschey/stream-download-rs/commit/092707d3a486ca05786993639fe76bdba86f071a))
- *(deps)* Update tower-http requirement from 0.5.2 to 0.6.0 ([#97](https://github.com/aschey/stream-download-rs/pull/97)) - ([172f11b](https://github.com/aschey/stream-download-rs/commit/172f11b4f34845b3ab881d1a8f96d83a9d925d5b))

### Miscellaneous Tasks

- Update rustfmt to 2024 edition ([#98](https://github.com/aschey/stream-download-rs/pull/98)) - ([e1c614b](https://github.com/aschey/stream-download-rs/commit/e1c614be2d551f79004ec156bbb72ed1e6c46b54))
- Use repo token for release-plz ([#100](https://github.com/aschey/stream-download-rs/pull/100)) - ([b82f5e3](https://github.com/aschey/stream-download-rs/commit/b82f5e32a16d8235116178bc4c02f44c27331a39))

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

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

0 comments on commit 4a54faf

Please sign in to comment.