Skip to content

0.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Mar 11:05
· 14 commits to main since this release

Release 0.13.0 (released 2026-03-30)

  • Add archive (vcs: archive) support for fetching dependencies from .tar.gz, .tgz, .tar.bz2, .tar.xz and .zip files via HTTP, HTTPS or file URLs (#1058)
  • Fix path-traversal check using character-based prefix comparison instead of path-component comparison (#1058)
  • Fix directory hash being non-deterministic across filesystem traversal orders, causing false local-change detection (#1058)
  • Fix dfetch freeze not capturing branch information for SVN projects when only the revision matched (#1058)
  • Rename child-manifests to sub-manifests in documentation and code (#1027)
  • Fix missing closing quote in unfetched-project diagnostic command example (#1070)
  • Fetch git submodules in git subproject at pinned revision (#1013)
  • Add nested projects in subprojects to project report (#1017)
  • Make dfetch report output more yaml-like (#1017)
  • Don't break when importing submodules with space in path (#1017)
  • Warn when src: glob pattern matches multiple directories (#1017)
  • Introduce new add command with optional interactive mode (-i) (#25)