diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d9762..054c059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 2.4.2 + +- Improve accuracy of parsing large non-decimal byte count strings. + ## 2.4.1 - Fix rounding error near power-of-unit boundaries. diff --git a/Cargo.lock b/Cargo.lock index 3fded11..6eac4be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,7 +37,7 @@ checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" [[package]] name = "bytesize" -version = "2.4.1" +version = "2.4.2" dependencies = [ "arbitrary", "divan", diff --git a/Cargo.toml b/Cargo.toml index 26fc699..12f61a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytesize" description = "Semantic wrapper for byte count representations" -version = "2.4.1" +version = "2.4.2" authors = [ "Hyunsik Choi ", "MrCroxx ", diff --git a/README.md b/README.md index 4d46105..74f4bec 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ [![crates.io](https://img.shields.io/crates/v/bytesize?label=latest)](https://crates.io/crates/bytesize) -[![Documentation](https://docs.rs/bytesize/badge.svg?version=2.4.1)](https://docs.rs/bytesize/2.4.1) +[![Documentation](https://docs.rs/bytesize/badge.svg?version=2.4.2)](https://docs.rs/bytesize/2.4.2) ![Version](https://img.shields.io/badge/rustc-1.85+-ab6000.svg) ![Apache 2.0 licensed](https://img.shields.io/crates/l/bytesize.svg)
-[![Dependency Status](https://deps.rs/crate/bytesize/2.4.1/status.svg)](https://deps.rs/crate/bytesize/2.4.1) +[![Dependency Status](https://deps.rs/crate/bytesize/2.4.2/status.svg)](https://deps.rs/crate/bytesize/2.4.2) [![Download](https://img.shields.io/crates/d/bytesize.svg)](https://crates.io/crates/bytesize)