Skip to content

1.0.0

Compare
Choose a tag to compare
@pmrowla pmrowla released this 10 Apr 08:49
· 155 commits to main since this release
1e02955

What's Changed

Breaking changes

  • Git.add() no longer stages gitignored files by default. To explicitly add ignored files you must speficy Git.add(force=True) (equivalent to git add --force)

Full Changelog: 0.2.1...1.0.0