Skip to content

Commit

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

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

<blockquote>

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

### Features

- Add registry for handling different source types
([#135](#135)) -
([b8384b6](b8384b6))

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


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
  • Loading branch information
aschey authored Nov 24, 2024
1 parent b8384b6 commit 07f0eb4
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.1](https://github.com/aschey/stream-download-rs/compare/0.13.0..0.13.1) - 2024-11-24

### Features

- Add registry for handling different source types ([#135](https://github.com/aschey/stream-download-rs/pull/135)) - ([b8384b6](https://github.com/aschey/stream-download-rs/commit/b8384b617ff1e21c7eef1fb8b8e03ad04a16a24e))

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

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

0 comments on commit 07f0eb4

Please sign in to comment.