Skip to content

Changelog

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

The format is based on Keep a Changelog.
This project adheres to Semantic Versioning.

v0.1.2 (2024-04-14)

Fixed

  • Relaxed supported Python range to >=3.8.

v0.1.1 (2024-02-20)

Changed

  • Used ast.NodeVisitor for finding ast.Call nodes in map_args_to_identifiers().

v0.1.0 (2024-02-20)

No significant changes.