Skip to content

Commit f3e420a

Browse files
committed
chore: 0.6.2
1 parent 4dae19a commit f3e420a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
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.2](#062)
45
- [0.6.1](#061)
56
- [0.6.0](#060)
67
- [0.5.0](#050)
@@ -19,6 +20,12 @@
1920

2021
---
2122

23+
## 0.6.2
24+
25+
Released on 16/05/2025
26+
27+
- [Issue 9](https://github.com/remotefs-rs/remotefs-rs-ssh/pull/9): fixed label regex groups and add support for parsing ls output on systems that include SELinux labels, POSIX ACLs, and extended attributes
28+
2229
## 0.6.1
2330

2431
Released on 27/03/2025

Cargo.toml

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

1616
[dependencies]
1717
chrono = "^0.4"
@@ -26,7 +26,7 @@ env_logger = "^0.11"
2626
pretty_assertions = "^1"
2727
rand = "^0.9"
2828
tempfile = "^3"
29-
testcontainers = { version = "0.23", features = ["blocking"] }
29+
testcontainers = { version = "0.24", features = ["blocking"] }
3030

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

0 commit comments

Comments
 (0)