Skip to content

Commit 81cab3d

Browse files
committed
0.1.6
1 parent 00a3689 commit 81cab3d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# Changelog
22

33
- [Changelog](#changelog)
4-
- [0.1.5](#014)
4+
- [0.1.6](#016)
5+
- [0.1.5](#015)
56
- [0.1.3](#013)
67
- [0.1.2](#012)
78
- [0.1.1](#011)
89
- [0.1.0](#010)
910

1011
---
1112

13+
## 0.1.6
14+
15+
Released on 19/04/2023
16+
17+
- Fixed relative paths resolve on Windows
18+
1219
## 0.1.5
1320

1421
Released on 18/04/2023

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
name = "remotefs-ssh"
1212
readme = "README.md"
1313
repository = "https://github.com/veeso/remotefs-rs-ssh"
14-
version = "0.1.5"
14+
version = "0.1.6"
1515

1616
[dependencies]
1717
chrono = "^0.4"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<p align="center">~ Remotefs SSH client ~</p>
1212

1313
<p align="center">Developed by <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
14-
<p align="center">Current version: 0.1.5 (18/04/2023)</p>
14+
<p align="center">Current version: 0.1.6 (19/04/2023)</p>
1515

1616
<p align="center">
1717
<a href="https://opensource.org/licenses/MIT"

0 commit comments

Comments
 (0)