Garden 0.12.62 is out! 🎉
This is a maintenance release that includes some bug fixes in template strings.
Assets
Download the Garden binary for your platform from below or simply run garden self-update
if you already have it installed.
- Garden v0.12.62 for Alpine AMD64 (tar.gz)
- Garden v0.12.62 for Linux AMD64 (tar.gz)
- Garden v0.12.62 for MacOS AMD64 (tar.gz)
- Garden v0.12.62 for Windows AMD64 (.zip)
Changelog
Bug Fixes
- template: allow empty string as a valid arg of
isEmpty
helper (66458a9e7) - template: allow
null
as a valid argument in helper functions (05d1dacc1)