diff --git a/CHANGELOG.md b/CHANGELOG.md index b3071b3..4d8e45c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.1.4](https://github.com/stack-rs/human-bandwidth/compare/releases/tag/0.1.4) - 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..648ad9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "human-bandwidth" -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "Apache-2.0" description = "A library for representing bandwidth speed in a human-readable format."