diff --git a/Cargo.lock b/Cargo.lock index 057d3fc..5f99dea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ dependencies = [ [[package]] name = "swaybar_info" -version = "0.1.12" +version = "0.1.13" dependencies = [ "chrono", "regex", diff --git a/Cargo.toml b/Cargo.toml index 83fc8bc..fd2c039 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swaybar_info" -version = "0.1.12" +version = "0.1.13" edition = "2021" description = "Provides swaybar with info to be displayed" license = "MIT" diff --git a/Changelog.md b/Changelog.md index d0e8f91..b98e8e3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ ## Upcoming Changes +## 0.1.13 + +Fix to workaround when `acpi` output contains a `0%` line with "unavailable". +When such a line is encountered, it is ignored. + ## 0.1.12 Some refactoring of the code related to colorizing the netgraph.