diff --git a/CHANGELOG.md b/CHANGELOG.md index e249a2b..ccaa622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.1.2](https://github.com/stack-rs/human-bandwidth/compare/releases/tag/0.1.2) - 2024-12-12 + +### Documentation + +- *(readme)* Update badges - ([33a79da](https://github.com/stack-rs/human-bandwidth/commit/33a79da974e0126f460d4fb72367f43dd9401c62)) + +### Styling + +- Fix clippy warnings - ([ff4e143](https://github.com/stack-rs/human-bandwidth/commit/ff4e143aa07e4630d82c1904e7923186a475f3d9)) + +### Miscellaneous Tasks + +- Replace remote.github.owner in cliff - ([35ffb66](https://github.com/stack-rs/human-bandwidth/commit/35ffb667c7150113e70fa9295ba903506d6f2c2c)) + + ## [0.1.1](https://github.com///compare/releases/tag/0.1.1) - 2024-06-25 ### Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index f280a7b..528991b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "human-bandwidth" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "Apache-2.0" description = "A library for representing bandwidth speed in a human-readable format."