v11.0.0
-------

* Add support for plain-formatting the commit message. instead of bold.
  (Aleksey Marin)
* Generated well-formed docutils trees. (amedama41)

v10.1.1
-------

* Handle generating commit details for detached HEADs.

v10.1.0
-------

* Add filename_filter argument to git_changelog. (Emmanuelle Delescolle)
* Add options to hide author, date and/or detail to git_changelog.
  (Peter Mosmans)
* Stop using a deprecated Sphinx API (allowing us to support future
  versions of Sphinx).  (Peter Mosmans)
* Add repo-dir option, to display changelogs/commits for other repos.
  (boeddeker)

v10.0.0
-------

* Drop Python 2.6 support.
* Add Python 3.4 and 3.5 support.
* Add git_commit_detail directive. (pomalley)

v9
--

* Work against the latest GitPython. (pomalley)

v8
--

* Output detailed commit messages as paragraphs rather than captions to
  fix PDF output.
* Add documentation.
* Reshuffle how the build works.
* Make sphinx_git a package rather than a module.

v7
--

* Update GitPython requirement in setup.py.

v6
--

* Add the detailed-message-pre option to toggle the display mode for the
  detailed messages of commits.

v5
--

* Generate a warning if both rev-list and revisions options are given.

v4
--
* Add rev-list option to specify a range of commits to show.
  (Gregory Eric Sanderson)

v3
--
* Add option to specify the number of revisions to display.

v2
--
* Split the display of the main commit message and the description.
  (Will Weaver)
* Build using tox. (Marc Abramowitz)

v1
--
* Initial implementation.
