From 0eae159bb96ef3e72f5cb1a91e03c1dc9358c5f5 Mon Sep 17 00:00:00 2001 From: ChristianVisintin Date: Sat, 12 Dec 2020 10:06:11 +0100 Subject: [PATCH] Working on 0.1.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a50a5..1b63c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,18 @@ # Changelog - [Changelog](#changelog) + - [0.1.2](#012) - [0.1.1](#011) - [0.1.0](#010) --- +## 0.1.2 + +Released on ?? + +- General performance and code improvements + ## 0.1.1 Released on 10/12/2020 diff --git a/Cargo.lock b/Cargo.lock index d91cc6d..4eb9808 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -660,7 +660,7 @@ dependencies = [ [[package]] name = "termscp" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bytesize", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 76f37f9..24b399b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termscp" -version = "0.1.1" +version = "0.1.2" authors = ["Christian Visintin"] edition = "2018" license = "GPL-3.0"