v0.3
- FIX: Remove double-quotes from site-name.
- NEW: Support to shallow copies for git repos (
git clone --depth=1
). This is also the new default. - NEW: Detect patched drupal.org projects: Now you can use
project-7.x-1.0+patch
and drupy will still download the package from drupal.org automatically. Also projects with the right format ([project-name]-[core-version]-[version]+[patch1]…
) are now detected as drupal.org packages by default.