summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-04-08 15:48:28 +0200
committerSebastian Thiel <byronimo@gmail.com>2015-04-08 15:48:28 +0200
commit21b0448b65317b2830270ff4156a25aca7941472 (patch)
tree789f4e2b361a8a4d53347e4800fafc8604ba3cd5
parent7f662857381a0384bd03d72d6132e0b23f52deef (diff)
downloadgitpython-21b0448b65317b2830270ff4156a25aca7941472.tar.gz
docs(changes): add 1.0.0 notes1.0.0
Just to declare the motivation behind this version jump, and state it is similar to v0.3.7.
-rw-r--r--doc/source/changes.rst7
1 files changed, 7 insertions, 0 deletions
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 <http://semver.org>`_, 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.