Skip to content

v0.2.1 - review fixes (version reporting, docs)

Choose a tag to compare

@YG-paaleee YG-paaleee released this 20 Jun 06:17
· 7 commits to main since this release

Patch release fixing issues found in code review.

Fixed

  • bcicards --version reported the wrong version. The version is now single-sourced
    from bcicards.__version__, used by both the CLI and pyproject.toml (dynamic
    metadata), so it cannot drift again. Covered by a new --version smoke test.
  • Card plot paths use forward slashes, and the committed example card references its
    co-located images so they render on GitHub.
  • Replaced non-ASCII em dashes in the README and .gitignore with plain ASCII.