Highlights:
- Tag.target now returns the OID, not the object
- New method "Repository.status_file(path)"
- New function "discover_repository(...)"
- Supporting tree-builders
- Improving pygit2 on Windows
- Various bugs fixed, including a couple of segfaults
Thanks to Amit Bakshi, Bryan O'Sullivan, Carlos Martín Nieto,
Han-Wen Nienhuys and Yonggang Luo.
The readme file is now written in reStructuredText (instead of
markdown). This is because reST is the only thing pypi understands.
So now the same readme file will be used for pygit2's homepage at github
and pypi:
- https://github.com/libgit2/pygit2
- http://pypi.python.org/pypi/pygit2
Changes since v0.15.1:
- Update to libgit2 v0.16.0
- Improve support for references
- New method Index.read_tree
- Rename Index.create_tree to Index.write_tree
- Fix compilation error with MSVC (issue #53)
- Fix a few segfaults (including issue #55)