diff --git a/CHANGELOG.md b/CHANGELOG.md index ccaa622..b3071b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.1.3](https://github.com/stack-rs/human-bandwidth/compare/releases/tag/0.1.3) - 2024-12-30 + +### Features + +- *(fmt)* Support displaying bandwidth in decimal - ([f8408bf](https://github.com/stack-rs/human-bandwidth/commit/f8408bf59611844e0aaf0d960f1e247c2bc8fa01)) +- *(parse)* Support parsing bandwidth in decimal - ([115a709](https://github.com/stack-rs/human-bandwidth/commit/115a709c11234d424a5d21af88e458552f26fda0)) + + ## [0.1.2](https://github.com/stack-rs/human-bandwidth/compare/releases/tag/0.1.2) - 2024-12-12 ### Documentation diff --git a/Cargo.toml b/Cargo.toml index 0f705c0..dbc363a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "human-bandwidth" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "Apache-2.0" description = "A library for representing bandwidth speed in a human-readable format."