Skip to content

0.17.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Mar 12:49
· 1 commit to master since this release

Compare the full difference.

Fixes

  • Fix linting errors. b79fea2

  • Fix typo in MissingConfigurationError message and add tests to prevent regression. d3e98b1

  • Fix handling of --no-merges flag based on include_merges config and add corresponding unit test. 106d3e5

New

  • Add support for optional Configuration injection in eval_if_callable for enhanced flexibility. 4c95870

  • Add reset_config function to reset global configuration for testing purposes. 0990d06

  • Add tests for capitalize function and handle empty string edge case in implementation. b558f8a

  • Add test for config overwrite prompt and fix abort handling in CLI. 9d6ce54

Other

Updates

  • Refactor suggest_release_type by extracting _process_commits, _build_report_table, and _write_report for improved modularity and testability; add unit tests for new helper functions. 8c86e67

  • Update git_ops to support customizable configuration injection and refactor tests accordingly. 48735ba

  • Refactor render_changelog to reuse get_default_env and add tests to ensure single call per render. 5c06304

  • Updated GitHub workflows. 4116652