From 3d2981407916dbb7c1aa20b2c78c7a840d73be38 Mon Sep 17 00:00:00 2001 From: lemunozm Date: Fri, 11 Dec 2020 13:44:56 +0100 Subject: [PATCH] Prepare alpha v0.0.4 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe9dbc..a0061ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Release 0.0.4 Alpha +- Client: Fixed bug when the server is not found. +- Client: Added a notification label to notify about new arena and arena winner. + ## Release 0.0.3 Alpha - Player movement. - Player cast skill. diff --git a/Cargo.lock b/Cargo.lock index a85a8a8..ec25380 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,7 +17,7 @@ checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034" [[package]] name = "asciiarena" -version = "0.0.3" +version = "0.0.4" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 42d8d29..ab69175 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "asciiarena" description = "Terminal multiplayer deathmatch game" -version = "0.0.3" +version = "0.0.4" authors = ["lemunozm "] edition = "2018" readme = "README.md"