From 1da92d3d3704be3dd12655a125a7bdaabea5dce1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 18:02:55 +0000 Subject: [PATCH 1/2] chore: release v2.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a869104..3bfabe0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,7 +37,7 @@ checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" [[package]] name = "bytesize" -version = "2.6.0" +version = "2.6.1" dependencies = [ "arbitrary", "divan", diff --git a/Cargo.toml b/Cargo.toml index c02526d..338ad70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytesize" description = "Semantic wrapper for byte count representations" -version = "2.6.0" +version = "2.6.1" authors = [ "Hyunsik Choi ", "MrCroxx ", From 52d9d771fc69ad1bcbba611646a6bcaf384b39a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 18:02:58 +0000 Subject: [PATCH 2/2] 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 76f065c..40f4e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 2.6.1 + +- No significant changes since `2.6.0`. + ## 2.6.0 - Add display styles for IEC and SI bit units. diff --git a/README.md b/README.md index 6c0b477..3cb85e0 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.6.0)](https://docs.rs/bytesize/2.6.0) +[![Documentation](https://docs.rs/bytesize/badge.svg?version=2.6.1)](https://docs.rs/bytesize/2.6.1) ![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.6.0/status.svg)](https://deps.rs/crate/bytesize/2.6.0) +[![Dependency Status](https://deps.rs/crate/bytesize/2.6.1/status.svg)](https://deps.rs/crate/bytesize/2.6.1) [![Download](https://img.shields.io/crates/d/bytesize.svg)](https://crates.io/crates/bytesize)