v0.42.0
GitSync gains a `depth` keyword argument so callers can clone at an arbitrary shallow depth (`git clone --depth N`), not just a single commit. Passing `git_shallow` or `tls_verify` to the GitSync constructor now sets the attribute instead of raising AttributeError on the next sync (a regression dating back to v0.4.4). See CHANGES for the full release notes.