From 27d22543fde62d3f21709958ef5a2368ad7d4e0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 7 Dec 2023 04:26:36 +0000 Subject: [PATCH] publish new versions --- .changes/fix-windont-img.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/fix-windont-img.md diff --git a/.changes/fix-windont-img.md b/.changes/fix-windont-img.md deleted file mode 100644 index b86a370..0000000 --- a/.changes/fix-windont-img.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -workshop-bot: patch ---- - -Fixed & resized the image for the windont command. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a098a2..33e45a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.4.3] + +- Fixed & resized the image for the windont command. + - [2c7eb1b](https://github.com/SSPS-KB/workshop-bot/commit/2c7eb1bb98db92f949398d1085010eda605d251f) Fix - windont ([#32](https://github.com/SSPS-KB/workshop-bot/pull/32)) on 2023-04-04 + ## \[0.4.2] - Register /fr command on start diff --git a/Cargo.toml b/Cargo.toml index 127854d..9c52500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ lib = { } [package] name = "workshop-bot" -version = "0.4.2" +version = "0.4.3" edition = "2021" publish = false