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)