Skip to content

Commit

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

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

<blockquote>

##
[0.13.2](https://github.com/aschey/stream-download-rs/compare/0.13.1..0.13.2)
- 2024-12-08

### Bug Fixes

- Ensure read and seek operations don't go past the end of the stream
(#137) -
([065e368](065e368))

### Features

- Mark StreamDownload as UnwindSafe (#139) -
([30fd101](30fd101))
- Add video playback example (#140) -
([6c34a46](6c34a46))

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

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

## [0.13.2](https://github.com/aschey/stream-download-rs/compare/0.13.1..0.13.2) - 2024-12-08

### Bug Fixes

- Ensure read and seek operations don't go past the end of the stream (#137) - ([065e368](https://github.com/aschey/stream-download-rs/commit/065e368ddf5730ae8f6fa60afafa9768a47db528))

### Features

- Mark StreamDownload as UnwindSafe (#139) - ([30fd101](https://github.com/aschey/stream-download-rs/commit/30fd1012dfacd2820e711dfb1b659c4007e9b0eb))
- Add video playback example (#140) - ([6c34a46](https://github.com/aschey/stream-download-rs/commit/6c34a46f711751e8ad1ab209827608f942bd3db9))

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

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

0 comments on commit 010b8db

Please sign in to comment.