Working on 0.1.2

This commit is contained in:
ChristianVisintin
2020-12-12 10:06:11 +01:00
parent 6d49fe4e7d
commit 0eae159bb9
3 changed files with 9 additions and 2 deletions

View File

@@ -1,11 +1,18 @@
# Changelog # Changelog
- [Changelog](#changelog) - [Changelog](#changelog)
- [0.1.2](#012)
- [0.1.1](#011) - [0.1.1](#011)
- [0.1.0](#010) - [0.1.0](#010)
--- ---
## 0.1.2
Released on ??
- General performance and code improvements
## 0.1.1 ## 0.1.1
Released on 10/12/2020 Released on 10/12/2020

2
Cargo.lock generated
View File

@@ -660,7 +660,7 @@ dependencies = [
[[package]] [[package]]
name = "termscp" name = "termscp"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"bytesize", "bytesize",
"chrono", "chrono",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "termscp" name = "termscp"
version = "0.1.1" version = "0.1.2"
authors = ["Christian Visintin"] authors = ["Christian Visintin"]
edition = "2018" edition = "2018"
license = "GPL-3.0" license = "GPL-3.0"