Skip to content

0.7.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 11:14
· 175 commits to trunk since this release
e1107e9

Highlights:

Row 0.7 allows users to place product files in subdirectories. For example:

[[action]]
products = ['file1.dat', 'subdir/file2.h5', 'long/path/to/file3.gsd']

The code is also more readable now using if-let chains that require Rust 1.88.

Added:

  • products can now contain files in subdirectories.

Changed:

  • Rust 1.88.0 is required to build row from source.