diff --git a/CHANGELOG.md b/CHANGELOG.md index fcad2f9..6d31b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.0](https://github.com/prefix-dev/async_http_range_reader/compare/v0.8.0...v0.9.0) - 2024-10-28 + +### Other + +- Update dependencies ([#19](https://github.com/prefix-dev/async_http_range_reader/pull/19)) + ## [0.8.0](https://github.com/prefix-dev/async_http_range_reader/compare/v0.7.1...v0.8.0) - 2024-05-06 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index e1548da..37fecae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "async_http_range_reader" -version = "0.8.1" +version = "0.9.0" dependencies = [ "assert_matches", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 39926e2..c477bcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "async_http_range_reader" authors = ["Bas Zalmstra "] -version = "0.8.0" +version = "0.9.0" edition = "2021" description = "A library for streaming reading of files over HTTP using range requests" license = "MIT"