Skip to content

Releases: henryiii/check-sdist

Version 1.2.0

15 Oct 14:25
305622e
Compare
Choose a tag to compare

check-dist now understands most common build backends that have an "ignore" list in pyproject.toml, and won't ask you to relist those ignores in it's own ignore list. Backends supported are Hatchling, Flit-core, PDM-backend, Poetry-core, Scikit-build-core, and Meson. The two major backends that do not support listing excludes in pyproject.toml are setuptools and meson-python, so you'll still need to list any explicit excludes for those backends manually.

What's Changed

Full Changelog: v1.1.0...v1.2.0

Version 1.1.0

10 Oct 06:15
08067d2
Compare
Choose a tag to compare

This release moves the uv installer builds over to using uv build --sdist directly, which should provide a small performance boost when using uv (which is the default if it is installed).

What's Changed

Full Changelog: v1.0.0...v1.1.0

Version 1.0.0

02 Oct 06:50
9a64751
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v1.0.0

Version 1.0.0rc2

10 May 15:16
c3338ec
Compare
Choose a tag to compare
Version 1.0.0rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0rc1...v1.0.0rc2

Version 1.0.0rc1

08 May 02:43
661c81a
Compare
Choose a tag to compare
Version 1.0.0rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.3...v1.0.0rc1

Version 0.1.3

03 Oct 16:25
40b7a94
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

Version 0.1.2

18 Apr 19:08
1af81ec
Compare
Choose a tag to compare

This release fixes symlink detection (regression in 0.1.1). There's also now a --version flag.

What's Changed

Full Changelog: v0.1.1...v0.1.2

Version 0.1.1

12 Apr 15:24
d9470e9
Compare
Choose a tag to compare

This version fixes a crash when running on a setuptools generated package. Also adds extended testing with an infrastructure for checking git repositories, mypy checking, and a minor cleanup to the internal API.

What's Changed

Full Changelog: v0.1.0...v0.1.1

Version 0.1.0

03 Apr 14:01
d0e02cb
Compare
Choose a tag to compare

First release of check-sdist! Basic checking + junk injection, some config (TOML only), pre-commit hook.