1- 0.28.0 (UNRELEASED )
1+ 0.28.0 (2019-03-19 )
22-------------------------
33
44- Upgrade to libgit2 0.28
5+ `#878 <https://github.com/libgit2/pygit2/issues/878 >`_
56
6- - Add fat wheels for Linux
7+ - Add binary wheels for Linux
78 `#793 <https://github.com/libgit2/pygit2/issues/793 >`_
89 `#869 <https://github.com/libgit2/pygit2/pull/869 >`_
910 `#874 <https://github.com/libgit2/pygit2/pull/874 >`_
1011 `#875 <https://github.com/libgit2/pygit2/pull/875 >`_
1112 `#883 <https://github.com/libgit2/pygit2/pull/883 >`_
1213
13- - New `pygit2.Mailmap `, see documentation
14+ - New `` pygit2.Mailmap ` `, see documentation
1415 `#804 <https://github.com/libgit2/pygit2/pull/804 >`_
1516
16- - New `Repository.apply(...) ` wraps `git_apply(..) `
17+ - New `` Repository.apply(...) `` wraps `` git_apply(..) ` `
1718 `#841 <https://github.com/libgit2/pygit2/issues/841 >`_
1819 `#843 <https://github.com/libgit2/pygit2/pull/843 >`_
1920
20- - Tests improvements
21+ - Now ``Repository.merge_analysis(...) `` accepts an optional reference parameter
22+ `#888 <https://github.com/libgit2/pygit2/pull/888 >`_
23+ `#891 <https://github.com/libgit2/pygit2/pull/891 >`_
24+
25+ - Now ``Repository.add_worktree(...) `` accepts an optional reference parameter
26+ `#814 <https://github.com/libgit2/pygit2/issues/814 >`_
27+ `#889 <https://github.com/libgit2/pygit2/pull/889 >`_
28+
29+ - Now it's possible to set SSL certificate locations
30+ `#876 <https://github.com/libgit2/pygit2/issues/876 >`_
31+ `#879 <https://github.com/libgit2/pygit2/pull/879 >`_
32+ `#884 <https://github.com/libgit2/pygit2/pull/884 >`_
33+ `#886 <https://github.com/libgit2/pygit2/pull/886 >`_
34+
35+ - Test and documentation improvements
2136 `#873 <https://github.com/libgit2/pygit2/pull/873 >`_
37+ `#887 <https://github.com/libgit2/pygit2/pull/887 >`_
2238
2339Breaking changes:
2440
25- - Now `worktree.path ` returns the path to the worktree directory, not to the
41+ - Now `` worktree.path ` ` returns the path to the worktree directory, not to the
2642 `.git ` file within
2743 `#803 <https://github.com/libgit2/pygit2/issues/803 >`_
2844
29- - Remove undocumented `worktree.git_path `
45+ - Remove undocumented `` worktree.git_path ` `
3046 `#803 <https://github.com/libgit2/pygit2/issues/803 >`_
3147
3248
33490.27.4 (2019-01-19)
3450-------------------------
3551
36- - New `pygit2.LIBGIT2_VER ` tuple
52+ - New `` pygit2.LIBGIT2_VER ` ` tuple
3753 `#845 <https://github.com/libgit2/pygit2/issues/845 >`_
3854 `#848 <https://github.com/libgit2/pygit2/pull/848 >`_
3955
@@ -45,7 +61,7 @@ Breaking changes:
4561 `#860 <https://github.com/libgit2/pygit2/issues/860 >`_
4662 `#862 <https://github.com/libgit2/pygit2/pull/862 >`_
4763
48- - New `paths ` optional argument in `Repository.checkout() `
64+ - New `` paths `` optional argument in `` Repository.checkout() ` `
4965 `#858 <https://github.com/libgit2/pygit2/issues/858 >`_
5066 `#859 <https://github.com/libgit2/pygit2/pull/859 >`_
5167
0 commit comments