OS-agnostic lock file
See issue: #10
Version 0.2.0
contains breaking changes, in that an existing proto.lock
files will not work across unix- vs. windows-like file systems, as the code for version 0.1.0
or prior would write an OS-specific filepath to the lock file.
Old lock files should still work on the same OS they were created in combination with a pre-0.2.0
release of protolock
. But, it is advised to download the latest version of protolock
and run protolock commit
, which will overwrite the lock file using OS-agnostic file paths (i.e. :/:
instead of /
or \
),