What's Changed
Replace ssmtp with msmtp
ssmtp has been unmaintained for years. Trellis now uses msmtp as the mail transfer agent via the new roots.msmtp Galaxy role. msmtp is actively maintained and offers better auth detection and multi-account support.
Add Subversion to default apt packages
Subversion is now installed by default during provisioning. This is needed by Composer when installing WordPress plugins/themes from the wordpress.org SVN repositories (dev-trunk releases for https://wp-packages.org/).
Add VERSION file and release tagging workflow
Trellis now includes a VERSION file that is automatically updated on each release via a GitHub Actions workflow. This makes it easier to identify which version is deployed.
Full Changelog: v1.30.0...v1.31.0