1
0
forked from pool/python-pygit2

- Update to 0.28.2:

* Fix crash in reflog iteration #901
  * Support symbolic references in branches.with_commit(..) #910
  * Documentation updates #909
  * Test updates #911

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=52
This commit is contained in:
Tomáš Chvátal
2019-07-23 08:46:18 +00:00
committed by Git OBS Bridge
parent 6778612787
commit 838326e593
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jun 3 10:20:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.28.2:
* Fix crash in reflog iteration #901
* Support symbolic references in branches.with_commit(..) #910
* Documentation updates #909
* Test updates #911
-------------------------------------------------------------------
Wed May 15 18:22:32 UTC 2019 - Gary Smith <GSmith@suse.com>