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