Skip to content

Latest commit

 

History

History
93 lines (64 loc) · 4.72 KB

CHANGELOG.md

File metadata and controls

93 lines (64 loc) · 4.72 KB

Changelog

v0.5.3 (2024-03-15)

Fix

v0.5.3-beta.2 (2024-03-12)

Fix

  • uv: Improvements for 'uv' and colored diff printing, replace ansi codes with cprint (b8b685d)

v0.5.3-beta.1 (2024-02-22)

Performance

  • Replaced 'pip-tools' with 'uv' for amazing performance (c58ddb0)

v0.5.2 (2024-02-05)

Fix

  • Split on ',' earlier and run each target in its own scope (24554af)

v0.5.1 (2024-02-05)

Fix

  • Direct tomli import instead of from isort (7eb7097)

v0.5.0 (2024-02-05)

Feature

  • Allow setting input file(s) and output file (1) via pyproject: (2b67956)

Documentation

  • Add info about usage + new pyproject config features (376519f)

v0.4.0 (2023-12-06)

Feature

  • You can now compile/upgrade/... multiple items at the same time by comma-separating them (caae17c)

v0.3.0 (2023-11-03)

Feature

  • compile: Compile and upgrade can now also combine multiple .in files (2748f8c)
  • Allow merging multiple .in files (for whitelabel etc) (de9b19d)

v0.2.2 (2023-07-07)

Fix

  • pip-compile executable sometimes not found (50677e7)

v0.2.1 (2023-05-31)

v0.2.0 (2023-05-08)

Feature

  • Import main tasks to init so this plugin can be used as a library (61611cf)

v0.1.9 (2023-05-04)

Fix

  • compile: Reverting change (6651cd7)

v0.1.8 (2023-05-04)

Fix

  • compile: Allow multiple paths to be compiled at once. (2318a81)

v0.1.7 (2023-05-01)

Fix

  • upgrade: pip.upgrade now actually includes the upgrade flag to pip-compile (8ada23d)

v0.1.6 (2023-04-17)

Fix

  • semver: Semantic-release types should be a comma-separated string, not an array (4dd0394)

v0.1.5 (2023-04-17)

v0.1.4 (2023-04-17)

Fix

  • project: Remove theoretical support for Python versions below 3.10 since that has never worked (13f55b0)

v0.1.3 (2023-04-11)

Fix

  • pip.test: Remove debug task (593dc8c)

v0.1.2 (2023-04-11)

Fix

  • deps: Remove pip.install-pip-tools since that is a dependency of the plugin already (52a0658)

Documentation

  • readme: Reference to changelog (0c28681)
  • changelog: Manual fix changelog for missing version (0bce078)

v0.1.1 (2023-04-11)

Feature

  • initial version of this plugin. (5624dd9)