- [internal] [tests]: handle `ERROR` in git cloning, add tests. Fixes cases like `ERROR: Repository not found`.
0.2.0
Not secure
- [api] Change the API of :class:`vcspull.repo.base.BaseRepo` and :class:`vcspull.repo.Repo` to accept arguments as `kwargs` - [api]: Rename `parent_path` to `cwd`. - [docs]: Pydoc documentation for `Repo` usage. - [docs]: Python API example
0.1.1
Not secure
- [testing] Fix sniffer on Python 3 - [cli] remove redundant message when adding remotes - [docs] add animated screencast preview for ReadTheDocs and README.rst
0.1.0
Not secure
- [cli]: support for specifying for config file path with `-c`. - [cli]: clarify error output when no repositories found
0.0.91
- [internals]: move to `__about__.py` convention for pulling package data. - [internals]: remove extraneous url from stdout in git repositories.