libgit2 Development Team is announcing that pygit2 with version number 0.22.1 is already available to download.
What is pygit2 ?
pygit2 is A Python-based tool for working with Git .
It is actually a Python binding to the libgit2 linkable C Git library.The original libgit2 library can be downloaded from here.Other language bindings for libgit2:Ruby - RuggedObjective-C - Objective GitC# - LibGit2SharpPHP - php-gitLua - luagit2Delphi - GitForDelphiNode.js - Gitteh and/or nodegitGo - go-gitoCaml - libgit2-ocamlErlang - Geef.NET - libgit2netHaskell - hgit2
This is changelog for pygit2 version 0.22.1 :
- Updated to libgit2 v0.22
- Added support for libgit2 feature detection (new pygit2.features and pygit2.GIT_FEATURE_*)
- New Repository.remotes (RemoteCollection)
You can read the complete changelog and also download this latest version on their homepage:
www.pygit2.org