From 2810e8d3f34015dc5f820ec80eb2cb13c5f77b2b Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 24 Feb 2020 11:23:14 -0600 Subject: Add changelogs for v2.1.14 and v2.1.15 --- doc/source/changes.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 541a106a..175e4dc4 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -115,6 +115,20 @@ https://github.com/gitpython-developers/gitpython/milestone/27?closed=1 or run have a look at the difference between tags v2.1.12 and v3.0.0: https://github.com/gitpython-developers/GitPython/compare/2.1.12...3.0.0. +2.1.15 +====== + +* Fixed GitDB (gitdb2) requirement version specifier formatting in requirements.txt + (Backported from `#979 `_) +* Restricted GitDB (gitdb2) version requirement to < 3 + (`#897 `_) + +2.1.14 +====== + +* Fixed handling of 0 when transforming kwargs into Git command arguments + (Backported from `#899 `_) + 2.1.13 - Bring back Python 2.7 support ====================================== -- cgit v1.2.1