Changelog for tha.taglist
=========================

0.6.1 (2009-02-26)
------------------

- Doc update. [reinout]


0.6 (2009-02-26)
----------------

- Configuration is now done through a defaults file that can be
  overridden by a buildout option.  [reinout]


0.5 (2009-02-26)
----------------

- Added generation date to the top of the generated html file.
  [reinout]

- Quieted down logging to only emit warnings. Added -v and --v options
  for info/debug level logging.  [reinout]

- Added check (regex-based) whether the version in setup.py matches
  the tag. If not, it emits a warning.  [reinout]


0.3 (2009-02-25)
----------------

- Added TODO.txt

- Make destination configurable.


0.2 (2009-02-25)
----------------

- Using ``file:///svn`` on server (with non-server fallback to
  svn+ssh).  [reinout]


0.1 (2009-02-25)
----------------

- Added buildout.cfg.  [reinout]

- Tags are searched in the entire tree (excluding blacklisted items).
  [reinout]

- The html gets written to ``generated.html``.  [reinout]

- Extracting name from setup.py with a regular expression.  [reinout]

