diff --git a/Cargo.lock b/Cargo.lock index 9c0fe026..ec858142 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -323,7 +323,7 @@ dependencies = [ [[package]] name = "bssh" -version = "0.5.3" +version = "0.5.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index feac53e2..e5741f8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bssh" -version = "0.5.3" +version = "0.5.4" authors = ["Jeongkyu Shin "] description = "Parallel SSH command execution tool for cluster management" license = "Apache-2.0" diff --git a/README.md b/README.md index b6f04707..0bb4b3be 100644 --- a/README.md +++ b/README.md @@ -545,6 +545,7 @@ See the [LICENSE](./LICENSE) file for details. ## Changelog ### Recent Updates +- **v0.5.4 (2025/08/27):** Fix parallel config value handling and align interactive mode authentication with exec mode - **v0.5.3 (2025/08/27):** Use Backend.AI cluster SSH key for auto-detected environments - **v0.5.2 (2025/08/27):** Fix config file loading priority, improve BACKENDAI environment handling, use cluster SSH key config - **v0.5.1 (2025/08/25):** Add configurable command timeout with support for unlimited execution (timeout=0), configurable via CLI and config file