Skip to content

Commit 20e4970

Browse files
Release async-promise v0.1.0, async-ssh2-russh v0.1.0
1 parent 5c04376 commit 20e4970

File tree

3 files changed

+55
-1
lines changed

3 files changed

+55
-1
lines changed

async-promise/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+

async-ssh2-russh/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+

async-ssh2-russh/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sftp = [ "russh-sftp" ]
2020
all-features = true
2121

2222
[dependencies]
23-
async-promise = { version = "0.1.0", path = "../async-promise" }
23+
async-promise = { version = "^0.1.0", path = "../async-promise" }
2424
russh = "0.52.0-beta.1"
2525
russh-sftp = { optional = true, version = "2.1.0" }
2626
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

0 commit comments

Comments
 (0)