Skip to content

Commit

Permalink
chore: release (#10)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
github-actions[bot] authored Feb 23, 2024
1 parent d0530eb commit da28771
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 @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0](https://github.com/prefix-dev/async_http_range_reader/compare/v0.6.1...v0.7.0) - 2024-02-23

### Added
- lint pr titles for better changelogs ([#7](https://github.com/prefix-dev/async_http_range_reader/pull/7))

### Fixed
- tests

### Other
- Allow extra headers to be attached to requests ([#9](https://github.com/prefix-dev/async_http_range_reader/pull/9))

## [0.6.1](https://github.com/prefix-dev/async_http_range_reader/compare/v0.6.0...v0.6.1) - 2024-02-17

### Added
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]
name = "async_http_range_reader"
authors = ["Bas Zalmstra <[email protected]>"]
version = "0.6.1"
version = "0.7.0"
edition = "2021"
description = "A library for streaming reading of files over HTTP using range requests"
license = "MIT"
Expand Down

0 comments on commit da28771

Please sign in to comment.