* Support for non-standard SVN repositories (135) * Fix `dst` usage for single source file with git (120)
0.0.9
Not secure
===================================
* Add copyright notices to documentation * Make it possible to check/update child-projects (99) * Keep license files from repo, even when only checking only subdir (50) * Guard against overwriting local changes (93) * Add ``--force`` flag to ``dfetch update``
0.0.8
Not secure
===================================
* Fix wrong version check (101) * Don't mandate remote section in manifest (102)
0.0.7
Not secure
===================================
* Add ``tag:`` attribute to manifest (92) * Remove branches/tags prefix for svn in manifest (88) * Branch name missing when not in manifest (82) * Interpret tags when checking for updates (46) * Add feature tests (84)
0.0.6
Not secure
===================================
* Make import command available for svn projects with externals. * Improve documentation. * Fix 73: Don't fail if svn or git is not installed. * Fix 74: Don't default to SVN for non-ssh url. * Add ``vcs:`` field to manifest. * Make ``src:`` partial checkouts available for git. * Drop support for shortened git sha (80).
0.0.5
Not secure
===================================
* Fix ``dfetch import`` command. * Improve template. * If no ``dst`` is given for a project, use name of project instead. * Fixes 28: Rename manifest.yaml to dfetch.yaml