Skip to content

Commit da28771

Browse files
chore: release (#10)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d0530eb commit da28771

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.7.0](https://github.com/prefix-dev/async_http_range_reader/compare/v0.6.1...v0.7.0) - 2024-02-23
10+
11+
### Added
12+
- lint pr titles for better changelogs ([#7](https://github.com/prefix-dev/async_http_range_reader/pull/7))
13+
14+
### Fixed
15+
- tests
16+
17+
### Other
18+
- Allow extra headers to be attached to requests ([#9](https://github.com/prefix-dev/async_http_range_reader/pull/9))
19+
920
## [0.6.1](https://github.com/prefix-dev/async_http_range_reader/compare/v0.6.0...v0.6.1) - 2024-02-17
1021

1122
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "async_http_range_reader"
33
authors = ["Bas Zalmstra <[email protected]>"]
4-
version = "0.6.1"
4+
version = "0.7.0"
55
edition = "2021"
66
description = "A library for streaming reading of files over HTTP using range requests"
77
license = "MIT"

0 commit comments

Comments
 (0)