Skip to content

Commit 9b5e1d9

Browse files
committed
build: ssh2-config 0.6.0
1 parent 4ef9e65 commit 9b5e1d9

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
- [Changelog](#changelog)
4+
- [0.6.4](#064)
45
- [0.6.3](#063)
56
- [0.6.2](#062)
67
- [0.6.1](#061)
@@ -21,6 +22,12 @@
2122

2223
---
2324

25+
## 0.6.4
26+
27+
Released on 15/08/2025
28+
29+
- ssh2-config 0.6.0
30+
2431
## 0.6.3
2532

2633
Released on 21/07/2025

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ license = "MIT"
1010
name = "remotefs-ssh"
1111
readme = "README.md"
1212
repository = "https://github.com/remotefs-rs/remotefs-rs-ssh"
13-
version = "0.6.3"
13+
version = "0.6.4"
1414
rust-version = "1.85.1"
1515

1616
[dependencies]
1717
chrono = "^0.4"
1818
lazy-regex = "3"
1919
log = "^0.4"
2020
remotefs = "^0.3"
21-
ssh2-config = "^0.5"
21+
ssh2-config = "^0.6"
2222
ssh2 = "^0.9"
2323

2424
[dev-dependencies]
2525
env_logger = "^0.11"
2626
pretty_assertions = "^1"
2727
rand = "^0.9"
2828
tempfile = "^3"
29-
testcontainers = { version = "0.24", features = ["blocking"] }
29+
testcontainers = { version = "0.25", features = ["blocking"] }
3030

3131
[features]
3232
default = ["find"]

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.6.3 (21/07/2025)</p>
14+
<p align="center">Current version: 0.6.4 (15/08/2025)</p>
1515

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

0 commit comments

Comments
 (0)