From 46755b61013dde7b6ce810c64ad858d0503366dc Mon Sep 17 00:00:00 2001 From: MaxVerevkin Date: Sat, 9 Sep 2023 18:19:18 +0300 Subject: [PATCH] v0.32.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- NEWS.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b3c8999f1..e56ffa2454 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1053,7 +1053,7 @@ dependencies = [ [[package]] name = "i3status-rs" -version = "0.32.1" +version = "0.32.2" dependencies = [ "async-once-cell", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 088615f6a0..b89ae12551 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A feature-rich and resource-friendly replacement for i3status, wr repository = "https://github.com/greshake/i3status-rust/" readme = "README.md" license = "GPL-3.0-only" -version = "0.32.1" +version = "0.32.2" authors = [ "Kai Greshake ", "Contributors on GitHub (https://github.com/greshake/i3status-rust/graphs/contributors)", diff --git a/NEWS.md b/NEWS.md index c239af1098..526f26198a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# i3status-rust 0.32.2 [unreleased] +# i3status-rust 0.32.2 ### Bug Fixes and Improvements