diff --git a/Cargo.lock b/Cargo.lock index 34a567e..671f1bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ dependencies = [ [[package]] name = "swaybar_info" -version = "0.1.6" +version = "0.1.7" dependencies = [ "chrono", "regex", diff --git a/Cargo.toml b/Cargo.toml index c7b43b9..8c20ed2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swaybar_info" -version = "0.1.6" +version = "0.1.7" edition = "2021" description = "Provides swaybar with info to be displayed" license = "MIT" diff --git a/Changelog.md b/Changelog.md index 41ab2c1..a48a67a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,8 @@ ## Upcoming Changes +## 0.1.7 + When swaybar\_info starts, it no longer displays the traffic amount leading up to the start of the program (it now starts at 0).