From 8c3a6889b654892b3636212b880fa50df0358679 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 22 Oct 2016 16:03:48 +0200 Subject: chore(version-up): v2.1.0 Vastly improved windows support and a few bugfixes. --- doc/source/changes.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc/source/changes.rst') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 657e1ad7..f55c0e5c 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,24 @@ Changelog ========= +2.1.0 - Much better windows support! +==================================== + +Special thanks to @ankostis, who made this release possible (nearly) single-handedly. +GitPython is run by its users, and their PRs make all the difference, they keep +GitPython relevant. Thank you all so much for contributing ! + +Notable fixes +------------- + +* The `GIT_DIR` environment variable does not override the `path` argument when + initializing a `Repo` object anymore. However, if said `path` unset, `GIT_DIR` + will be used to fill the void. + +All issues and PRs can be viewed in all detail when following this URL: +https://github.com/gitpython-developers/GitPython/issues?q=is%3Aclosed+milestone%3A%22v2.1.0+-+proper+windows+support%22 + + 2.0.9 - Bugfixes ============================= -- cgit v1.2.1