What's Changed
* Add a weekly pre-release build and test action by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/12
* Add dependabot updates for github actions by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/13
* Add a timeout to Connection.execute by JacobCallahan in https://github.com/JacobCallahan/Hussh/pull/14
To use the new timeout, simply pass it when calling the execute command. Keep in mind that the timeout is in milliseconds.
python
conn.execute("sleep 5", timeout=4000)
**Full Changelog**: https://github.com/JacobCallahan/Hussh/compare/0.1.6...0.1.7