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
+5
View File
@@ -1,6 +1,7 @@
# Changelog # Changelog
- [Changelog](#changelog) - [Changelog](#changelog)
- [0.3.0](#030)
- [0.2.0](#020) - [0.2.0](#020)
- [0.1.3](#013) - [0.1.3](#013)
- [0.1.2](#012) - [0.1.2](#012)
@@ -9,6 +10,10 @@
--- ---
## 0.3.0
FIXME: Released on
## 0.2.0 ## 0.2.0
Released on 21/12/2020 Released on 21/12/2020
Generated
+1 -1
View File
@@ -1029,7 +1029,7 @@ dependencies = [
[[package]] [[package]]
name = "termscp" name = "termscp"
version = "0.2.0" version = "0.3.0"
dependencies = [ dependencies = [
"bytesize", "bytesize",
"chrono", "chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "termscp" name = "termscp"
version = "0.2.0" version = "0.3.0"
authors = ["Christian Visintin"] authors = ["Christian Visintin"]
edition = "2018" edition = "2018"
license = "GPL-3.0" license = "GPL-3.0"