From e62d10e9ce9f6b381f6095ddc7bbf6f5a891012d Mon Sep 17 00:00:00 2001 From: MaxVerevkin Date: Mon, 19 Feb 2024 12:43:22 +0200 Subject: [PATCH] v0.33.0 --- 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 0f18a564c3..f36719f53d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1225,7 +1225,7 @@ dependencies = [ [[package]] name = "i3status-rs" -version = "0.32.3" +version = "0.33.0" dependencies = [ "async-once-cell", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ea3be47251..3213ce34af 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.3" +version = "0.33.0" authors = [ "Kai Greshake ", "Contributors on GitHub (https://github.com/greshake/i3status-rust/graphs/contributors)", diff --git a/NEWS.md b/NEWS.md index 13b9eb6b9b..3bc0a2f5ef 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# i3status-rust 0.33.0 [unreleased] +# i3status-rust 0.33.0 ### Breaking Changes