.changes/v0.20.1.md
GitRef.tree() now excludes local .git tag refs by default (includeTags=false). Callers that need checkout-visible tags must opt in with GitRef.tree(includeTags: true) by @grouville in https://github.com/dagger/dagger/pull/11909