File tree 3 files changed +55
-1
lines changed
3 files changed +55
-1
lines changed Original file line number Diff line number Diff line change
1
+
2
+
3
+ ## v0.1.0 (2025-04-29)
4
+
5
+ ### New Features
6
+
7
+ - <csr-id-5c0437695e7f0b1a4b3bea5af3e138de8a85a12e /> implement ` async-ssh2-russh `
8
+ From https://github.com/hydro-project/async-ssh2-russh
9
+
10
+ ### Commit Statistics
11
+
12
+ <csr-read-only-do-not-edit />
13
+
14
+ - 1 commit contributed to the release.
15
+ - 1 commit was understood as [ conventional] ( https://www.conventionalcommits.org ) .
16
+ - 0 issues like '(#ID)' were seen in commit messages
17
+
18
+ ### Commit Details
19
+
20
+ <csr-read-only-do-not-edit />
21
+
22
+ <details ><summary >view details</summary >
23
+
24
+ * ** Uncategorized**
25
+ - Implement ` async-ssh2-russh ` ([ ` 5c04376 ` ] ( https://github.com/hydro-project/async-ssh2-russh/commit/5c0437695e7f0b1a4b3bea5af3e138de8a85a12e ) )
26
+ </details >
27
+
Original file line number Diff line number Diff line change
1
+
2
+
3
+ ## v0.1.0 (2025-04-29)
4
+
5
+ ### New Features
6
+
7
+ - <csr-id-5c0437695e7f0b1a4b3bea5af3e138de8a85a12e /> implement ` async-ssh2-russh `
8
+ From https://github.com/hydro-project/async-ssh2-russh
9
+
10
+ ### Commit Statistics
11
+
12
+ <csr-read-only-do-not-edit />
13
+
14
+ - 1 commit contributed to the release.
15
+ - 1 commit was understood as [ conventional] ( https://www.conventionalcommits.org ) .
16
+ - 0 issues like '(#ID)' were seen in commit messages
17
+
18
+ ### Commit Details
19
+
20
+ <csr-read-only-do-not-edit />
21
+
22
+ <details ><summary >view details</summary >
23
+
24
+ * ** Uncategorized**
25
+ - Implement ` async-ssh2-russh ` ([ ` 5c04376 ` ] ( https://github.com/hydro-project/async-ssh2-russh/commit/5c0437695e7f0b1a4b3bea5af3e138de8a85a12e ) )
26
+ </details >
27
+
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ sftp = [ "russh-sftp" ]
20
20
all-features = true
21
21
22
22
[dependencies ]
23
- async-promise = { version = " 0.1.0" , path = " ../async-promise" }
23
+ async-promise = { version = " ^ 0.1.0" , path = " ../async-promise" }
24
24
russh = " 0.52.0-beta.1"
25
25
russh-sftp = { optional = true , version = " 2.1.0" }
26
26
thiserror = " >=1.0.30, <3.0.0" # We do not depend on the breaking changed behavior: https://github.com/dtolnay/thiserror/releases/tag/2.0.0
You can’t perform that action at this time.
0 commit comments