Skip to content

Commit

Permalink
chore: release v0.13.0 (#133)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `stream-download`: 0.12.0 -> 0.13.0 (✓ API compatible changes)

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

<blockquote>

##
[0.13.0](https://github.com/aschey/stream-download-rs/compare/0.12.0..0.13.0)
- 2024-11-20

### Features

- [**breaking**] Revert default stream behavior to cancel on drop
([#132](#132)) -
([61cd6cc](61cd6cc))

<!-- 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 Nov 20, 2024
1 parent 61cd6cc commit adfb2ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.13.0](https://github.com/aschey/stream-download-rs/compare/0.12.0..0.13.0) - 2024-11-20

### Features

- [**breaking**] Revert default stream behavior to cancel on drop ([#132](https://github.com/aschey/stream-download-rs/pull/132)) - ([61cd6cc](https://github.com/aschey/stream-download-rs/commit/61cd6ccfef874c641e42913dc99d4b2b5d7d97a4))

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

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

0 comments on commit adfb2ee

Please sign in to comment.