Releases: iterative/scmrepo
Releases · iterative/scmrepo
1.0.0
What's Changed
- git: change default add behavior to add(force=False) by @pmrowla in #229
- build(deps-dev): bump types-paramiko from 3.0.0.5 to 3.0.0.6 by @dependabot in #227
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #205
Breaking changes
Git.add()no longer stages gitignored files by default. To explicitly add ignored files you must speficyGit.add(force=True)(equivalent togit add --force)
Full Changelog: 0.2.1...1.0.0
0.2.1
0.2.0
What's Changed
- pygit2: implement libgit2/pygit2 remote callbacks by @pmrowla in #219
- build(deps-dev): bump types-mock from 5.0.0.5 to 5.0.0.6 by @dependabot in #218
- build(deps-dev): bump types-paramiko from 3.0.0.4 to 3.0.0.5 by @dependabot in #217
- build(deps-dev): bump paramiko from 3.0.0 to 3.1.0 by @dependabot in #206
- dulwich/pygit: support interactive username/pw auth by @pmrowla in #220
- credentials: cache interactive credentials in memory by @pmrowla in #222
- disallow cred helper to return empty output by @dberenbaum in #224
- credentials: generalize prompt behavior by @pmrowla in #226
New Contributors
- @dberenbaum made their first contribution in #224
Full Changelog: 0.1.17...0.2.0
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
What's Changed
- build(deps-dev): bump types-mock from 5.0.0.2 to 5.0.0.4 by @dependabot in #193
- build(deps-dev): bump types-paramiko from 3.0.0.1 to 3.0.0.4 by @dependabot in #194
- update template by @github-actions in #195
- fetch_refspecs: Use
dulwichfor ssh urls. by @daavoo in #196
Full Changelog: 0.1.12...0.1.13
0.1.12
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #157
- fs: temporary implement get_file by @efiop in #191
Full Changelog: 0.1.11...0.1.12