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)
- [0.2.0](#020)
- [0.1.2](#012)
- [0.1.1](#011)
- [0.1.0](#010)
---
## 0.2.0
Released on ??
## 0.1.2
Released on 13/12/2020

2
Cargo.lock generated
View file

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

View file

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