backy/.changes/v0.3.1.md
Andrew Woodlee a35db2e05d
All checks were successful
ci/woodpecker/push/gitea Pipeline was successful
ci/woodpecker/push/publish-docs Pipeline was successful
ci/woodpecker/tag/gitea Pipeline was successful
ci/woodpecker/tag/publish-docs Pipeline was successful
make remote commands run and not fail if an SSH session failed to be created
2023-07-20 21:22:03 -05:00

4 lines
254 B
Markdown

## v0.3.1 - 2023-07-20
### Changed
* If an SSH session failed to be created, the command would fail. This would be caused when restarting the SSH host. The SSH connection is attempted to be created again. If successful, the command is executed normally.