Changelog

All notable changes to PyFoundry are documented in this file.

v0.1.7 (2025-07-17)

  • Improved documentation structure and build process.

  • Fixed Sphinx warnings in generated HTML.

  • Updated CI/CD workflow for PyPI trusted publishing.

v0.1.6 (2025-07-15)

  • Enhanced build and packaging steps for cross-platform support.

  • Added GitHub Actions matrix for macOS and Windows.

  • Improved dependency pinning and environment reproducibility.

v0.1.5 (2025-07-15)

  • Refactored module import paths for consistency.

  • Improved test reliability and coverage reports.

  • Updated internal project metadata and classifiers.

v0.1.4 (2025-07-14)

  • Added missing documentation sections for API and CLI.

  • Standardized docstring format across modules.

  • Integrated myst-parser for Markdown support in Sphinx.

v0.1.3 (2025-07-14)

  • Fixed broken links in documentation index.

  • Improved navigation sidebar and table of contents.

  • Added badges for PyPI, CI, and documentation status.

v0.1.2 (2025-07-10)

  • Introduced pyproject.toml support using Hatch build system.

  • Added Ruff and MyPy configuration to enforce type safety.

  • Enhanced pre-commit hooks for linting and formatting.

v0.1.1 (2025-07-10)

  • Fixed path resolution in setup.cfg and Hatch build scripts.

  • Improved local environment setup documentation.

  • Updated version management to use automated tagging.

v0.1.0 (2025-07-10)

  • Initial public release of PyFoundry.

  • Core project template structure established.

  • Integrated linting, testing, and configuration best practices.