Working on 0.3.0

This commit is contained in:
ChristianVisintin
2020-12-22 17:14:44 +01:00
parent 88f9c8910b
commit 7202b19d45
3 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
# Changelog
- [Changelog](#changelog)
- [0.3.0](#030)
- [0.2.0](#020)
- [0.1.3](#013)
- [0.1.2](#012)
@@ -9,6 +10,10 @@
---
## 0.3.0
FIXME: Released on
## 0.2.0
Released on 21/12/2020

2
Cargo.lock generated
View File

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

View File

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