From 45586330364885cf52cb8ceaad1af7f92d55d2a8 Mon Sep 17 00:00:00 2001 From: MaxVerevkin Date: Fri, 1 Sep 2023 14:28:08 +0300 Subject: [PATCH] v0.32 --- 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 336589e45..29a1dcccb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,7 +1063,7 @@ dependencies = [ [[package]] name = "i3status-rs" -version = "0.31.9" +version = "0.32.0" dependencies = [ "async-once-cell", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ecd0ee8bd..b7a3085f7 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.31.9" +version = "0.32.0" authors = [ "Kai Greshake ", "Contributors on GitHub (https://github.com/greshake/i3status-rust/graphs/contributors)", diff --git a/NEWS.md b/NEWS.md index 59df05f0a..e9ee75ce2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# i3status-rust 0.32.0 [unreleased] +# i3status-rust 0.32.0 ### Breaking Changes