Releases: masenf/tox-pin-deps
Releases · masenf/tox-pin-deps
v0.2.2
v0.2.1
v0.2.0
v0.1.0 tox-pin-deps initial release
2023 - the year of strict pinned deps!
What's Changed
- Rewrite README.md by @masenf in #14
- Initial Commit and Tests by @masenf in #15
pip_compile_opts
,--pip-compile-opts
andPIP_COMPILE_OPTS
by @masenf in #16- set
envconfig.deps
duringtox_configure
by @masenf in #17 - Compile other dist files (setup.py, setup.cfg, pyproject.toml) by @masenf in #18
- tox_configure: always
--recreate
with--pip-compile
by @masenf in #19 - README.md badges by @masenf in #20
Full Changelog: https://github.com/masenf/tox-pin-deps/commits/v0.1.0
0.1a3: Rewrite README.md
Include clear usage steps Motivation and why not other, similar tools
0.1a2: tox.ini: publish specifically whl and tar.gz
avoid publishing more than one sdist per release
0.1a1: publish.yml: remove incorrect dist specifier
the correct `{distdir}/*` is given in tox.ini