Skip to content

Do Changelogs Release v0.6.2

Choose a tag to compare

@github-actions github-actions released this 02 Jun 02:10
· 23 commits to master since this release

0.6.2 (2024-06-02)

New

  • Add changelog feature for release workflows. [Stephen L Arnold]

    • uses gitchangelog to generate either full changelog.rst or
      changelog diff from given base tag

Changes

  • Add config option to set changelog file extension. [Stephen L Arnold]

    • allowed options are 'rst' or 'md' depending on the gitchangelog
      configuration setting for output_engine

Fixes

  • Update docs cmds in release workflow. [Stephen L Arnold]

Other

  • Merge pull request #24 from sarnold/changelogs. [Steve Arnold]

    Add changelog support

  • Update our own changelog for next release, combine tox doc envs. [Stephen L Arnold]