Skip to content

0.6.0

Latest

Choose a tag to compare

@coordt coordt released this 21 May 14:31
· 3 commits to master since this release

Compare the full difference.

Fixes

  • Fix permissions on bump-version.yaml workflow. 5cd391d

  • Fix github release permissions. ee5098f

  • Fix trusted publishing does not support reusable workflows. dad426c

  • Fixed permissions in github release workflow. 9af70bf

  • Fixed typo in changelog. cba3d9e

  • Fixed bad default param for release-github.yaml. 01cb923

New

  • Add RenderError exception and handle template rendering issues. ff8f719

    Introduce a RenderError exception to handle problems during template rendering. Update the rendering logic to raise RenderError when encountering UnicodeDecodeError or FileNotFoundError. This improves error handling and makes issues easier to debug.

  • Add always_skip setting to configure globally skipped patterns. 7384424

    Introduced an always_skip setting to define patterns that are always skipped during processing. Updated get_settings to cache settings and integrated always_skip into the get_process_mode logic for more flexible path matching.

Updates

  • Renamed job from release-github to call-release-github. b1ca996

  • Removed unused workflow: release-pypi.yaml. b543406