Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 895 Bytes

File metadata and controls

43 lines (30 loc) · 895 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[UNRELEASED]

[0.10.0] - 2025-12-06

Added

  • add support for python 3.14

[0.9.0] - 2024-10-11

Added

  • add support for python 3.13

[0.8.0] - 2023-10-07

Added

  • add support for python 3.12

[0.7.4] - 2023-02-25

Added

  • add tests

[0.7.3] - 2023-02-18

Added

  • Fix GitHub release automation

[0.7.2] - 2023-02-18

Added

  • Automate GitHub release creation

[0.7.1] - 2023-02-18

Added

  • Add badges to README.md and show it in PyPI
  • Update the changelog when a release is created

[0.7.0] - 2023-02-18

Added

  • Rule to enforce a limit on function/method length.
  • Allow changing the maximum function length and how the function length is calculated via configuration options.