Skip to content

3.1.0

Compare
Choose a tag to compare
@michaelmcd18 michaelmcd18 released this 13 Mar 14:18
· 320 commits to main since this release

review 3.1.0

New features and changes

  • logAssign() and logAccept() now resolve file paths before adding records
    to the QC log. Absolute paths can now be used as well. (#9)

Bug fixes

  • logPending() returns multiple outputs for the same file with different
    file paths in the QClog. script/file.txt is viewed as a different file
    than data/../script/file.txt. Now returns only resolved paths. (#9)