Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 08:16
5333fd9

0.3.0 (2026-09-04)

⚠ BREAKING CHANGES

  • getCloneCredentials is a new required method on the RepoProvider interface. Custom provider implementations must add it; the built-in providers already do. getCloneUrl can be derived from it with toCloneUrl semantics: embed username and password as percent-encoded userinfo in url.

Features