Skip to content

Commit d2c8341

Browse files
committed
Release v0.3.0
Updates: - Bump version to 0.3.0 - Update README and manpage for new release
1 parent cf68659 commit d2c8341

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bssh"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Jeongkyu Shin <inureyes@gmail.com>"]
55
description = "Parallel SSH command execution tool for cluster management"
66
license = "Apache-2.0"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,13 @@ cargo run -- -H localhost "echo hello"
224224

225225
## License
226226

227-
Copyright 2024 Jeongkyu Shin
227+
Copyright 2025 Lablup Inc. and Jeongkyu Shin
228228

229229
Licensed under the Apache License, Version 2.0
230230

231231
## Changelog
232232

233233
### Recent Updates
234+
- **v0.3.0 (2025/08/22):** Add native SFTP directory operations and recursive file transfer support
234235
- **v0.2.0 (2025/08/21):** Added Backend.AI multi-node session support with SSH authentication, host key verification, environment variable expansion, timeouts, and SCP file copy functionality.
235236
- **v0.1.0 (2025/08/21):** Initial release with parallel SSH execution using async-ssh2-tokio

docs/man/bssh.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Manpage for bssh
22
.\" Contact the maintainers to correct errors or typos.
3-
.TH BSSH 1 "August 21, 2025" "v0.3.1" "bssh Manual"
3+
.TH BSSH 1 "August 22, 2025" "v0.3.0" "bssh Manual"
44

55
.SH NAME
66
bssh \- Backend.AI SSH - Parallel command execution across cluster nodes

0 commit comments

Comments
 (0)