From 5ec38ee44f20fa61d89876be465969525eb6f01e Mon Sep 17 00:00:00 2001 From: trotFunky Date: Fri, 26 Jul 2024 01:37:17 +0100 Subject: [PATCH] v1.2.0: Update production version Main changes are the week handling, proper redirections, a bunch of fixes and small adjustments, not displaying the graph until all votes and the week changed. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d10f706..5636714 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -578,7 +578,7 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "fabula_votes_server" -version = "1.1.1" +version = "1.2.0" dependencies = [ "argon2", "blake2", diff --git a/Cargo.toml b/Cargo.toml index e316357..c900b9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "fabula_votes_server" license = "MPL-2.0" readme = "README.md" authors = ["trotFunky"] -version = "1.1.1" +version = "1.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html