diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea237d..2732798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.6.1](https://github.com/kucera-lukas/rusty-battery/compare/v0.6.0...v0.6.1) (2022-10-02) + +### Miscellaneous Chores + +- update readme file path in Cargo.toml ([932dc81](https://github.com/kucera-lukas/rusty-battery/commit/932dc8140e29eeda76ec04eed8f7ff95980d232f)) + ## [0.6.0](https://github.com/kucera-lukas/rusty-battery/compare/v0.5.0...v0.6.0) (2022-10-02) ### Features diff --git a/Cargo.lock b/Cargo.lock index 724a089..4ac7d55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -938,7 +938,7 @@ dependencies = [ [[package]] name = "rusty-battery" -version = "0.6.0" +version = "0.6.1" dependencies = [ "battery", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e97ca6f..96fefea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty-battery" -version = "0.6.0" +version = "0.6.1" edition = "2021" description = "CLI tool which notifies you when laptop battery reaches a threshold." authors = ["Lukas Kucera "]