Tags: vaab/gitchangelog
Tags
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.
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.
PreviousNext