- Minor improvements (
8881368
)
- uv: Improvements for 'uv' and colored diff printing, replace ansi codes with cprint (
b8b685d
)
- Replaced 'pip-tools' with 'uv' for amazing performance (
c58ddb0
)
- Split on ',' earlier and run each target in its own scope (
24554af
)
- Direct tomli import instead of from isort (
7eb7097
)
- Allow setting input file(s) and output file (1) via pyproject: (
2b67956
)
- Add info about usage + new pyproject config features (
376519f
)
- You can now compile/upgrade/... multiple items at the same time by comma-separating them (
caae17c
)
- compile: Compile and upgrade can now also combine multiple .in files (
2748f8c
) - Allow merging multiple .in files (for whitelabel etc) (
de9b19d
)
pip-compile
executable sometimes not found (50677e7
)
- Import main tasks to init so this plugin can be used as a library (
61611cf
)
- compile: Reverting change (
6651cd7
)
- compile: Allow multiple paths to be compiled at once. (
2318a81
)
- upgrade:
pip.upgrade
now actually includes the upgrade flag to pip-compile (8ada23d
)
- semver: Semantic-release types should be a comma-separated string, not an array (
4dd0394
)
- project: Remove theoretical support for Python versions below 3.10 since that has never worked (
13f55b0
)
- pip.test: Remove debug task (
593dc8c
)
- deps: Remove
pip.install-pip-tools
since that is a dependency of the plugin already (52a0658
)
- readme: Reference to changelog (
0c28681
) - changelog: Manual fix changelog for missing version (
0bce078
)
- initial version of this plugin. (
5624dd9
)