mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Working on 0.1.2
This commit is contained in:
@@ -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
2
Cargo.lock
generated
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user