From 078b743bfe49aa052350035bf3a3da4642048a56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:59:54 +0000 Subject: [PATCH 1/2] chore: release v2.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index beed7e5..8044e76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,7 +37,7 @@ checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" [[package]] name = "bytesize" -version = "2.3.1" +version = "2.3.2" dependencies = [ "arbitrary", "divan", diff --git a/Cargo.toml b/Cargo.toml index ef836ff..0c735f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytesize" description = "Semantic wrapper for byte count representations" -version = "2.3.1" +version = "2.3.2" authors = [ "Hyunsik Choi ", "MrCroxx ", From bdf436a5ffac6c89dcf074205e2d76b287fe5222 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:59:57 +0000 Subject: [PATCH 2/2] docs: update changelog versions --- CHANGELOG.md | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33097e0..280bde5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 2.3.2 + - Minimum supported Rust version (MSRV) is now 1.76. ## 2.3.1 diff --git a/README.md b/README.md index e77dc8c..4795957 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.3.1)](https://docs.rs/bytesize/2.3.1) +[![Documentation](https://docs.rs/bytesize/badge.svg?version=2.3.2)](https://docs.rs/bytesize/2.3.2) ![Version](https://img.shields.io/badge/rustc-1.70+-ab6000.svg) ![Apache 2.0 licensed](https://img.shields.io/crates/l/bytesize.svg)
-[![Dependency Status](https://deps.rs/crate/bytesize/2.3.1/status.svg)](https://deps.rs/crate/bytesize/2.3.1) +[![Dependency Status](https://deps.rs/crate/bytesize/2.3.2/status.svg)](https://deps.rs/crate/bytesize/2.3.2) [![Download](https://img.shields.io/crates/d/bytesize.svg)](https://crates.io/crates/bytesize)