Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Minor Release

Latest
Compare
Choose a tag to compare
@sinbad sinbad released this 24 Feb 11:02
· 1 commit to master since this release

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.