Skip to content

v0.40.1

Choose a tag to compare

@github-actions github-actions released this 06 Mar 01:57
· 869 commits to main since this release
bcfa1ac

Fixed

  • Restored the published pip install specfact-cli wheel payload so the core specfact_cli package is included again, including specfact_cli/cli.py.
  • Restored the standard specfact console command for installed users; both specfact and specfact-cli now resolve to specfact_cli.cli:cli_main from the built artifact.
  • Hardened Hatch wheel packaging for the src/ layout by using explicit source mapping, preventing release artifacts that contain only force-included resources/modules without the actual CLI package code.