History

0.1.8 (2023-02-24)

Features

  • #37: Allow to set default values for entries.

  • #36: Allow to add entry to the existing release.

0.1.7 (2022-10-10)

Minor improvements

  • #26: Trim whitespace from multi-value fields.

Other changes

  • #25: Switch to GitHub Actions.

0.1.6 (2022-09-06)

Features

  • #21: Add support for computed values.

Minor improvements

  • #7: Add a readme file that will be put into the changelogd config directory.

Other changes

  • #19: Remove invalid pytest option.

  • #18: Add support for python 3.9 and 3.10, fix tests.

0.1.5 (2020-01-30)

Minor improvements

  • #6: Add __main__.py file to allow invoking via python -m changelogd.

0.1.4 (2020-01-24)

Minor improvements

  • #5: Save timestamp with entry YAML, so the order won’t be affected by simple file modification.

  • #4: Display entry title with Select message type question.

0.1.3 (2020-01-20)

Features

  • #2: Allow to control which user data will be saved in entries.

  • #3: Automatically add new entries and releases to git.

Other changes

  • #1: Switch from tox to nox for running tests and tasks.

0.1.2 (2020-01-17)

Bug fixes

  • Fixed missing templates from the MANIFEST.in

0.1.1 (2020-01-16)

Initial release