Changelog
.
1.0.12 (2022-08-08)
Bug Fixes
- Use root path to specify mutagen file location (95173f9)
1.0.11 (2022-07-15)
Bug Fixes
- #66: lando-mutagen now works with lando configuration files that do not have an explicit 'services' key - for example when using just a recipe (2ff9df3), closes #66
1.0.10 (2022-05-05)
Bug Fixes
- #56: On checking if Mutagen is available in the project, do not crash when there are no services defined and instead do nothing (not use mutagen). (8a17b64), closes #56
1.0.9 (2022-04-25)
Bug Fixes
- #39: Use 'where.exe' instead of 'which' on Windows to check for existence of mutagen executable (bc80072), closes #39
1.0.8 (2022-03-28)
Bug Fixes
- Strip non-alphanumeric characters from mutagen sync name to prevent "invalid synchronization session name" error. Fixes #28 (62711cb)
1.0.7 (2022-02-24)
Bug Fixes
- Do not print mutagen isRunning output (too much noise) (32dff96)
- If the mutagen project is already running when starting a Lando project, log it and do not throw an error (358eb8e)
- Stopping Lando project throws error if mutagen project not running (#2) (c2a214f)
- Fix mutagen sample's indentation in README (5bc793c)