This document is the `change log`_ for this distribution. It is a
record of all notable changes in each version released.

Version strings conform to the `Semantic Versioning`_ specification,
`version 2.0.0 <https://semver.org/spec/v2.0.0.html>`__.

..  _change log: https://keepachangelog.com/
..  _Semantic Versioning: https://semver.org/


Version 0.0.3
=============

:Released: 2024-10-26
:Maintainer: Ben Finney <ben+python@benfinney.id>

Bugs fixed:

* Correct the programmer representation of a `ChangeLogEntry` object.

  Previously the `version` value was showing an unrelated value.

Changed:

* Refine specification of valid `ChangeLogEntry` fields.

* Use explicit default values for entry fields.


Version 0.0.2
=============

:Released: 2024-10-25
:Maintainer: Ben Finney <ben+python@benfinney.id>

Initial release.


..
    This document is written using `reStructuredText`_ markup, and can
    be rendered with `Docutils`_ to other formats.

    ..  _Docutils: https://docutils.sourceforge.io/
    ..  _reStructuredText: https://docutils.sourceforge.io/rst.html

..
    This is free software: you may copy, modify, and/or redistribute this
    work under the terms of the GNU Affero General Public License as
    published by the Free Software Foundation; version 3 of that license
    or any later version.
    No warranty expressed or implied. See the file ‘LICENSE.AGPL-3’ for details.

..
    Local variables:
    coding: utf-8
    mode: text
    mode: rst
    End:
    vim: fileencoding=utf-8 filetype=rst :
