Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

v0.4.9

Compare
Choose a tag to compare
@warrickbayman warrickbayman released this 21 Apr 19:49
· 96 commits to master since this release
604209b

Some bug fixes:

  • The branch and port server attributes are no longer required and will default to master and 22 respectively.
  • If there is a missing attribute, the exception will now include the name of the attribute.
  • Server configurations will now through a ServerException instead of a RuntimeException.
  • Invalid script tags will now through a ConfigurationException instead of a RuntimeException.
  • Fixed a bug causing a crash when intializing a project that does not have a Git remote yet.