This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
This is a minor release to address a checkout failure (#9) caused by what seems like a git-lfs bug - requesting the same file more than once during a single checkout action. Previously we required that temp files created did not exist (used to be a safe assumption and would catch things that seemed amiss), but now we'll tolerate it so that file is just processed twice as requested by git-lfs, even if that seems wrong.