Skip to content

Latest commit

 

History

History
84 lines (44 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

84 lines (44 loc) · 1.71 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.6.1] - 2023-03-05

Added

  • Help for command groups.

Updated

  • Help for create commands: more usage-focused

Fixed

  • README: order of paragraphs

[0.6.0] - 2023-02-16

Added

  • "Expensive Loop" rule template and command

[0.5.0] - 2023-01-29

Added

  • Dependencies rules: Allow multiple importer packages

[0.4.0] - 2023-01-05

Added

  • "voldemort" rule template and command: names to avoid in your code

[0.3.3] - 2022-12-21

Added

  • Tests with tox GH-1
  • Support Python 3.9 GH-2

[0.3.2] - 2022-12-16

Fixed

  • Dependencies rules: Detect only the package and its subpackages. Don't detect imports that are only a text match. GH-10

[0.3.1] - 2022-12-15

Added

  • README: Dependencies use cases

[0.3.0] - 2022-12-14

Added

  • dependencies create command: More detailed explanation of the "Dependencies" template.
  • dependencies create command: --quiet option

[0.2.1] - 2022-12-14

Fixed

  • Support fully qualified package names incl. dot GH-7

[0.2.0] - 2022-12-13

Added

  • Prepare for public release: README, project metadata

[0.1.0] - 2022-12-08

Added

  • Command to generate dependencies rules