Buffalo Blueprint Changes

Release 0.3.1 (2026-03-20)

Bug Fixes

  • Fixed README links to work with PyPI and other places that use it. (#31)

  • Updated the release workflow to include PyPI publishing along with Codeforge workflow. (#33)

  • Updated the copier variables documentation. (#35)

  • Cleaned up documentation links at bottom of home pages to remove dead links and only keep useful ones. (#36)

  • Corrected docs workflow to push changes once complete. (#37)

  • Fixed release workflow docs to accuately reflect task in push step. (#38)

  • Updated manual PyPI publish script to retry test if new version hasn’t appeared yet on server. (#39)

Features

  • Added additional project URLs for more information on PyPI page. (#31)

  • Added --test-only mode to PyPI publish script to only perform the test steps and skill all other steps. (#39)

Release 0.3.0 (2026-03-19)

Features

  • Added link to issue for each entry in CHANGELOG that corresponds to one. (#26)

  • Added manual publishing steps for documentation. (#28)

  • Added capability to publish package to PyPI and TestPyPI. (#29)

Bug Fixes

  • Fixed directory that docs workflow is looking for to get the project docs. (#28)

Release 0.2.2 (2026-03-10)

Bug Fixes

  • Fixed release workflow docs to correct version tagging step to clarify the main branch gets the version tag. (#23)

  • Fixed bump my version docs to have correct command for bumping major and patch releases.

  • Fixed variety of release workflow step to clarify actions and expected results.

Release 0.2.1 (2026-03-09)

Bug Fixes

  • Fixed the copier behavior to include project version number as a tracked variable to avoid overwriting value on update. (#20)

  • Corrected the towncrier documentation to use uv run towncrier.

  • Fixed towncrier formatting of changelog to make them H2 instead of H1.

Release 0.2.0 (2026-03-07)

Bug Fixes

  • Changed the sphinx setting to disable showing hidden content. (#10)

Features

  • Converted the project to using uv. (#01)

  • Source project documentation complete with a CI workflow. (#02)

  • Consolidated source project documentation and updated for current development workflows. (#03)

  • Templatized the project using copier. (#04)

  • Added project versioning using Bump My Version. (#07)

  • Added branding assets and renamed project to Buffalo Blueprint. (#26)

  • Added documentation for this project that is not intended to be copied over to the target project. (#09)

  • Added badges to be displayed in the README that correspond to the project, development tools, and project tools that are used in the source project. (#12)

  • Replaced pycodestyle and pylint with ruff and added additional checks to the source project. (#17)

Release 0.1.0 (2026-02-25)

  • Project created.