From 77221bb99a342909f7500704833af448a477d3ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 12:00:34 +0000 Subject: [PATCH 1/3] chore: release v2.4.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fded11c..6eac4be2 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 26fc6990..12f61a9b 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 ", From 6f319e04341c4b7e3bdd5148a5929fddfd8be6df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 12:00:37 +0000 Subject: [PATCH 2/3] docs: update changelog versions --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d97628..b11c07a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 2.4.2 + +- No significant changes since `2.4.1`. + ## 2.4.1 - Fix rounding error near power-of-unit boundaries. diff --git a/README.md b/README.md index 4d461056..74f4bece 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) From 73e382904add8912ad92777174d057347ea2c534 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 3 Jul 2026 13:04:05 +0100 Subject: [PATCH 3/3] Update changelog for version 2.4.2 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b11c07a2..054c0598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## 2.4.2 -- No significant changes since `2.4.1`. +- Improve accuracy of parsing large non-decimal byte count strings. ## 2.4.1