From 1b7734c1e0cc16e7d381c7fd6eafcd298afa51ea Mon Sep 17 00:00:00 2001 From: Yixin Shen Date: Thu, 12 Jun 2025 17:21:06 +0800 Subject: [PATCH 1/2] chore: release v0.2.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3071b3..2d86277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.2.0](https://github.com/stack-rs/human-bandwidth/compare/releases/tag/0.2.0) - 2025-06-12 + +### Features + +- Support encode and decode of binary prefix system ([#4](https://github.com/stack-rs/human-bandwidth/issues/4)) - ([0ae582a](https://github.com/stack-rs/human-bandwidth/commit/0ae582a597893e85aa6e29fa32d5b0036837a9ff)) + + ## [0.1.3](https://github.com/stack-rs/human-bandwidth/compare/releases/tag/0.1.3) - 2024-12-30 ### Features diff --git a/Cargo.toml b/Cargo.toml index 73feecf..c5c7b03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "human-bandwidth" -version = "0.1.3" +version = "0.2.0" edition = "2021" license = "Apache-2.0" description = "A library for representing bandwidth speed in a human-readable format." From 275cc553cd0546874d54ffec85f9380be7fbeb6b Mon Sep 17 00:00:00 2001 From: BobAnkh Date: Thu, 12 Jun 2025 09:40:46 +0000 Subject: [PATCH 2/2] chore: release v0.1.4 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d86277..4d8e45c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.2.0](https://github.com/stack-rs/human-bandwidth/compare/releases/tag/0.2.0) - 2025-06-12 +## [0.1.4](https://github.com/stack-rs/human-bandwidth/compare/releases/tag/0.1.4) - 2025-06-12 ### Features diff --git a/Cargo.toml b/Cargo.toml index c5c7b03..648ad9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "human-bandwidth" -version = "0.2.0" +version = "0.1.4" edition = "2021" license = "Apache-2.0" description = "A library for representing bandwidth speed in a human-readable format."