0.3.1
- FIX: Fixed removal of files or directories when not being inside the
repository's root path. Previously, this failed with an exception. - FIX: When an untracked directory is to be removed, use
shutil.rmtree()
instead ofos.remove()becauseos.remove()does not work on directories.