juftin / hatch-pip-compile

hatch plugin to use pip-compile (or uv) to manage project dependencies and lockfiles
http://juftin.com/hatch-pip-compile/
MIT License
74 stars 3 forks source link

🐛 missing constraints file #39

Closed juftin closed 9 months ago

juftin commented 9 months ago

This PR ignores a constraint file if the constraint environment doesn't have any dependencies: https://github.com/juftin/hatch-pip-compile/commit/d3b4479573fa969b83f89fd5bad6cbc6571bb673

It also removes noisy categories from the release notes: https://github.com/juftin/hatch-pip-compile/commit/f2d006cb6d3a34d0b3668eeaae04798f11888735

Closes #38

juftin commented 9 months ago

:tada: This PR is included in version 1.8.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: