Added - "depth" support in clone command Changed - Typing hint fixes - Migrate to use hatch for project management tool - Move docs to GitHub Pages Removed - Dropped support for anything older than Python 3.10
Fixed - When reading large repo objects, using the stream functions, the max buffer size would be hit. Now reads in chunks, the size of which will vary depending on the constant set by `io.DEFAULT_BUFFER_SIZE`
0.9.0
Added - Ability to count branches in a repo Changed - Move archive methods into separate module
0.8.2
Fixed - SSH pack exchange hanging due to 'done' message not being received