Working on 0.2.0

This commit is contained in:
ChristianVisintin
2020-12-13 10:27:21 +01:00
parent 55d05be626
commit e273192f19
3 changed files with 7 additions and 2 deletions

View File

@@ -1,12 +1,17 @@
# Changelog # Changelog
- [Changelog](#changelog) - [Changelog](#changelog)
- [0.2.0](#020)
- [0.1.2](#012) - [0.1.2](#012)
- [0.1.1](#011) - [0.1.1](#011)
- [0.1.0](#010) - [0.1.0](#010)
--- ---
## 0.2.0
Released on ??
## 0.1.2 ## 0.1.2
Released on 13/12/2020 Released on 13/12/2020

2
Cargo.lock generated
View File

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

View File

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