From 21b0448b65317b2830270ff4156a25aca7941472 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 8 Apr 2015 15:48:28 +0200 Subject: docs(changes): add 1.0.0 notes Just to declare the motivation behind this version jump, and state it is similar to v0.3.7. --- doc/source/changes.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/source/changes.rst') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index d9f44a86..480f2c09 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,13 @@ Changelog ========= +1.0.0 - Notes +============= + +This version is equivalent to v0.3.7, but finally acknowledges that GitPython is stable and production ready. + +It follows the `semantic version scheme `_, and thus will not break its existing API unless it goes 2.0. + 0.3.7 - Fixes ============= * `IndexFile.add()` will now write the index without any extension data by default. However, you may override this behaviour with the new `write_extension_data` keyword argument. -- cgit v1.2.1