From ede6735f518ed9390c2bd9b008430fdedcb68a2a Mon Sep 17 00:00:00 2001 From: lemunozm Date: Tue, 2 Feb 2021 21:41:02 +0100 Subject: [PATCH] Prepare release 1.2 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa7ccb..1a06b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## Release 1.2.0 +- Added ascii video (thanks to `sigmaSd`). + ## Release 1.1.2 - Fixed an issue that blocks the receiver of a file while the file was sending. - Fixed an issue that appended data to the end of the file once transfered. diff --git a/Cargo.lock b/Cargo.lock index ddcc1de..6e79228 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -648,7 +648,7 @@ dependencies = [ [[package]] name = "termchat" -version = "1.1.2" +version = "1.2.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index f54f34d..f8bfde4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termchat" -version = "1.1.2" +version = "1.2.0" authors = ["lemunozm "] description = "Distributed LAN chat application in the terminal" edition = "2018"