Skip to content

V0.7.0

Compare
Choose a tag to compare
@enchant97 enchant97 released this 06 Feb 14:22
· 41 commits to main since this release

This version will break your projects written for previous versions as all functions are now asynchronous. I have changed them to increase speed for my basic-git-web-interface project.

To make your code compatible either switch to using async functions and await the function calls or wrap the functions in the asyncio.run() function.

Added

  • Add & Commit functionality

Changed

  • Git commands are now asynchronous!