From 88a0ab12a34d769204d4672d2e683ea2fbcc16cc Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 13 Dec 2022 20:05:35 +0900 Subject: [PATCH] Version 0.1.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b67b87..33555d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ dependencies = [ [[package]] name = "swaybar_info" -version = "0.1.8" +version = "0.1.9" dependencies = [ "chrono", "regex", diff --git a/Cargo.toml b/Cargo.toml index 912b6a4..51f57d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swaybar_info" -version = "0.1.8" +version = "0.1.9" edition = "2021" description = "Provides swaybar with info to be displayed" license = "MIT" diff --git a/Changelog.md b/Changelog.md index 377ae54..4cb3577 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,8 @@ ## Upcoming Changes +## 0.1.9 + Impl. changing the size of the net-graph (default 10). ## 0.1.8