You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/changes.rst
+7
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
Changelog
3
3
=========
4
4
5
+
1.0.0 - Notes
6
+
=============
7
+
8
+
This version is equivalent to v0.3.7, but finally acknowledges that GitPython is stable and production ready.
9
+
10
+
It follows the `semantic version scheme <http://semver.org>`_, and thus will not break its existing API unless it goes 2.0.
11
+
5
12
0.3.7 - Fixes
6
13
=============
7
14
* `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.
0 commit comments