From b3cd7266e4f020a56e1dd1e0953dbc911ba940c4 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Thu, 4 Feb 2021 19:37:22 +0000 Subject: [PATCH] Version 0.9.0. Bug fix release. - Properly reject large numbers outside bounds of i32 when rolling dice. - Avoid unnecessary clone of error message when calculating dice amounts. - Allow up to 50 commands to be executed per message. - Show failed commands with errors when executing multiple commands. - Properly format dice plurality when rolling CofD dice pools. - Use 'username pills' instead of raw user ID in response messages. - Update matrix SDK to latest. - General code reorganization for better maintainability. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4db0eb7..2e11f53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chronicle-dicebot" -version = "0.8.0" +version = "0.9.0" authors = ["Taylor C. Richberger ", "projectmoon "] edition = "2018" license = 'MIT' @@ -39,4 +39,4 @@ features = ['derive'] [dependencies.tokio] version = "1.0" -features = [ "full" ] \ No newline at end of file +features = [ "full" ]