Version 0.1.13

This commit is contained in:
Stephen Seo 2023-06-05 15:48:10 +09:00
parent 3568bebb22
commit e8ff22d88c
3 changed files with 7 additions and 2 deletions

2
Cargo.lock generated
View File

@ -141,7 +141,7 @@ dependencies = [
[[package]]
name = "swaybar_info"
version = "0.1.12"
version = "0.1.13"
dependencies = [
"chrono",
"regex",

View File

@ -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"

View File

@ -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.