Skip to content

Commit

Permalink
chore: release v0.15.1 (#155)
Browse files Browse the repository at this point in the history
## 🤖 New release

* `stream-download`: 0.15.0 -> 0.15.1 (✓ API compatible changes)

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

<blockquote>

##
[0.15.1](https://github.com/aschey/stream-download-rs/compare/0.15.0..0.15.1)
- 2025-02-15

### Bug Fixes

- Format sorting for yt-dlp examples (#156) -
([806be91](806be91))

### Dependencies

- *(deps)* Update ctor requirement from 0.2.7 to 0.3.3 (#154) -
([628b62d](628b62d))

<!-- 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 Feb 23, 2025
1 parent 806be91 commit 77082ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.15.1](https://github.com/aschey/stream-download-rs/compare/0.15.0..0.15.1) - 2025-02-15

### Bug Fixes

- Format sorting for yt-dlp examples (#156) - ([806be91](https://github.com/aschey/stream-download-rs/commit/806be913ee1502a500ea57a66b48688482d9b8c9))

### Dependencies

- *(deps)* Update ctor requirement from 0.2.7 to 0.3.3 (#154) - ([628b62d](https://github.com/aschey/stream-download-rs/commit/628b62df4494db3dd86f4cc896ee6a279621f4aa))

<!-- generated by git-cliff -->
## [0.15.0](https://github.com/aschey/stream-download-rs/compare/0.14.1..0.15.0) - 2025-02-15

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

0 comments on commit 77082ec

Please sign in to comment.