0.7.0
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:
productscan now contain files in subdirectories.
Changed:
- Rust 1.88.0 is required to build row from source.