Skip to content

Releases: MagnusOpera/Terrabuild

0.47.0

05 Jun 11:12
Compare
Choose a tag to compare

Changes:

  • files, outputs, dependencies and ignores specified on project block are now merged with configuration (from extension or default one)

0.46.0

05 Jun 09:57
Compare
Choose a tag to compare

Changes:

  • Ensure graph idempotency when dump logs
  • Add terrabuild_tag (flag -t)

0.45.0

04 Jun 12:34
Compare
Choose a tag to compare

Changes:

  • Fix regression in graph computation

0.44.0

04 Jun 10:08
Compare
Choose a tag to compare

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

03 Jun 19:28
Compare
Choose a tag to compare

Changes:

  • remove useless environment switch

0.40.0

03 Jun 17:30
Compare
Choose a tag to compare

Changes:

  • enhance logs title

0.39.0

03 Jun 09:24
Compare
Choose a tag to compare

Changes:

  • add not equal operator (!=)
  • add try get item (.?[ ])

0.38.0

02 Jun 16:55
Compare
Choose a tag to compare

Changes:

  • Fix logs output for multiple actions on command

0.36.0

02 Jun 08:54
Compare
Choose a tag to compare

Changes:

  • add support for project file content (attribute files on project)
  • display meta command on logging

0.34.0

01 Jun 17:01
Compare
Choose a tag to compare

Changes:

  • Add null-coalesce operator ??