From 35016b32125f8b215872ae888cc5711dffe47d91 Mon Sep 17 00:00:00 2001 From: lemunozm Date: Tue, 16 Mar 2021 12:46:34 +0100 Subject: [PATCH] Prepare release 1.3.0 --- CHANGELOG.md | 3 ++- Cargo.lock | 4 +++- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb59983..85180eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog -## Current release +## Release 1.3.0 +- Added configuration file and themes. (by `sigmaSd`) - Added terminal bell when messages are received. - Added unix style paramters to commands. (by `zhongzc`) - Minor internal improvements to reduce CPU. diff --git a/Cargo.lock b/Cargo.lock index 03f3050..e86f0b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ahash" version = "0.4.7" @@ -840,7 +842,7 @@ dependencies = [ [[package]] name = "termchat" -version = "1.2.0" +version = "1.3.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 678f4ff..6bc73da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termchat" -version = "1.2.0" +version = "1.3.0" authors = ["lemunozm "] description = "Distributed LAN chat application in the terminal" edition = "2018"