File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ Unreleased]
8+
9+ ## [ 0.6.1] ( https://github.com/prefix-dev/async_http_range_reader/compare/v0.6.0...v0.6.1 ) - 2024-02-17
10+
11+ ### Added
12+ - added releaze-pls to the repository.
13+
14+ ### Other
15+ - Propagate unsupported error when server returns 200 ([ #5 ] ( https://github.com/prefix-dev/async_http_range_reader/pull/5 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " async_http_range_reader"
33authors = [
" Bas Zalmstra <[email protected] >" ]
4- version = " 0.6.0 "
4+ version = " 0.6.1 "
55edition = " 2021"
66description = " A library for streaming reading of files over HTTP using range requests"
77license = " MIT"
You can’t perform that action at this time.
0 commit comments