Skip to content

Releases: aklajnert/changelogd

0.1.10

22 Mar 13:13

Choose a tag to compare

Features

  • #90: Add support for hotfix releases.

Other changes

  • #76: Replace old "toml" with newer "tomli"/"tomllib".

0.1.9

12 Jan 15:48

Choose a tag to compare

Features

  • #71: Allow to render empty sections.

Bug fixes

  • #65: Fixed release command when already existing release version is passed.

0.1.7

10 Oct 16:49
8c81fd7

Choose a tag to compare

Minor improvements

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

Other changes

  • #25: Switch to GitHub Actions.

0.1.6

06 Sep 12:49
767a89d

Choose a tag to compare

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

30 Jan 05:41

Choose a tag to compare

Minor improvements

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

0.1.4

24 Jan 10:34

Choose a tag to compare

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

20 Jan 07:29

Choose a tag to compare

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

17 Jan 06:34

Choose a tag to compare

Initial release with minor bug fixes.