8000 Tags · vaab/gitchangelog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: vaab/gitchangelog

Tags

3.0.4

Toggle 3.0.4's commit message
new: pkg: update test matrix to include python ``3.7`` and remove ``3…

….4``

3.0.3

Toggle 3.0.3's commit message
fix: doc: API cli change not documented about implicit ``HEAD`` remov…

…ed in revision list specifier. (fixes #81)

In 2.5.1, ``gitchangelog show ^3.0.0`` command would implicitly add a
``HEAD`` in the revlist specifiers, effectively being equivalent to
``0.0.3..HEAD``.

This behavior is removed in 3.0.0+ to stick to ``git rev-list REVLIST``
syntax.  As a consequence, ``gitchangelog ^3.0.0`` won't select any
revision and thus will cast an error about no commits matching revlist.

3.0.2

Toggle 3.0.2's commit message
fix: [mustache/markdown] template is now compatible with incremental …

…changelog generation patterns. (fixes #80)

3.0.1

Toggle 3.0.1's commit message
fix: support of commits with empty message. (fixes #76)

3.0.0

Toggle 3.0.0's commit message
new: template path can now be specified in ``git config``. (fixes #73)

2.5.1

Toggle 2.5.1's commit message
fix: doc: reference config is used for defaults

2.5.0

Toggle 2.5.0's commit message
new: hide unexpected traceback per default and allow them to be displ…

…ayed if wanted.

2.4.1

Toggle 2.4.1's commit message
fix: doc: restructured text error fixed !minor

2.4.0

Toggle 2.4.0's commit message
new: add optional positional argument ``REVLIST`` to allow incrementa…

…l changelog output (fixes #26)

See use cases documentations for more information.

2.3.0

Toggle 2.3.0's commit message
fix: pkg: coverage would complain about not being able to read config…

… file.

On travis, it seems a new version of coverage is downloaded when
testing, and this one has a bug.

This is the coverage bug report:
https://bitbucket.org/ned/coveragepy/issues/357/behavior-changed-when-coveragerc-is

I fixed the version to a supposedly known good version.
0