Pygit2 v0.25.1 发布了。Pygit2 是一组 Python 绑定到 libgit2 共享库,libgit2 实现了 Git plumbing。该版本更新如下:
添加对 Python 3.6 的支持
对 stash 新的支持:repository methods stash, stash_apply, stash_drop 和 stash_pop
改进对子模块的支持:new repository methods init_submodules 和 update_submodules
新的更友好的 API 用于分支和引用: Repository.branches 和 Repository.references
新的对定制后端的支持
修复无输入时 init_repository 的崩溃
Fix checkout with an orphan master branch
打开存储库时更好的错误提示消息
软件详情:https://github.com/libgit2/pygit2/releases/tag/v0.25.1
下载地址:https://github.com/libgit2/pygit2/archive/v0.25.1.zip
来自:开源中国社区

