File tree 2 files changed +16
-1
lines changed
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 1
1
[package ]
2
2
name = " async_http_range_reader"
3
3
authors = [
" Bas Zalmstra <[email protected] >" ]
4
- version = " 0.6.0 "
4
+ version = " 0.6.1 "
5
5
edition = " 2021"
6
6
description = " A library for streaming reading of files over HTTP using range requests"
7
7
license = " MIT"
You can’t perform that action at this time.
0 commit comments