Releases: MagnusOpera/Terrabuild
Releases · MagnusOpera/Terrabuild
0.47.0
Changes:
files
,outputs
,dependencies
andignores
specified onproject
block are now merged with configuration (from extension or default one)
0.46.0
Changes:
- Ensure graph idempotency when dump logs
- Add terrabuild_tag (flag -t)
0.45.0
Changes:
- Fix regression in graph computation
0.44.0
Changes:
- Support for build note
- Better error reporting for invalid project dependencies
- Fix bug in graph when requested target does not exist
0.41.0
Changes:
- remove useless environment switch
0.40.0
Changes:
- enhance logs title
0.39.0
Changes:
- add not equal operator (
!=
) - add try get item (
.?[ ]
)
0.38.0
Changes:
- Fix logs output for multiple actions on command
0.36.0
Changes:
- add support for project file content (attribute files on project)
- display meta command on logging
0.34.0
Changes:
- Add null-coalesce operator ??