diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e249a2b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.1.1](https://github.com///compare/releases/tag/0.1.1) - 2024-06-25 + +### Miscellaneous Tasks + +- Update changelog format - ([8ba2b38](https://github.com///commit/8ba2b38bbfcf34fea7e43ab44096deea16ff5e2b)) + + diff --git a/Cargo.toml b/Cargo.toml index 85f1950..f280a7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "human-bandwidth" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "Apache-2.0" description = "A library for representing bandwidth speed in a human-readable format."