Skip to content

Commit

Permalink
chore: release v0.14.1 (#147)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `stream-download`: 0.14.0 -> 0.14.1 (✓ API compatible changes)

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

<blockquote>

##
[0.14.1](https://github.com/aschey/stream-download-rs/compare/0.14.0..0.14.1)
- 2025-01-18

### Bug Fixes

- HTTP range end value should be inclusive (#148) -
([29ee4ee](29ee4ee))

### Dependencies

- *(deps)* Update rstest requirement from 0.23.0 to 0.24.0 (#146) -
([54e3edb](54e3edb))
- *(deps)* Update axum requirement from 0.7.5 to 0.8.1 (#145) -
([d4a89d0](d4a89d0))

<!-- 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 Jan 18, 2025
1 parent 29ee4ee commit 209d641
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.14.1](https://github.com/aschey/stream-download-rs/compare/0.14.0..0.14.1) - 2025-01-18

### Bug Fixes

- HTTP range end value should be inclusive (#148) - ([29ee4ee](https://github.com/aschey/stream-download-rs/commit/29ee4ee2eec61741dcf01126bc9ab6c28e8b13f1))

### Dependencies

- *(deps)* Update rstest requirement from 0.23.0 to 0.24.0 (#146) - ([54e3edb](https://github.com/aschey/stream-download-rs/commit/54e3edb8db707b4c3fb4e02a4694786d367cc300))
- *(deps)* Update axum requirement from 0.7.5 to 0.8.1 (#145) - ([d4a89d0](https://github.com/aschey/stream-download-rs/commit/d4a89d0b6e5bfa8bb962667b761dc14793310907))

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

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

0 comments on commit 209d641

Please sign in to comment.