Skip to content

v0.12.2

Choose a tag to compare

@github-actions github-actions released this 20 Jun 19:23
Immutable release. Only release title and notes can be modified.

[0.12.2] - 2026-06-21 - PyPI publication + release automation

Published on PyPI

  • minxg-beta is now installable directly from PyPI:
    pip install minxg-beta.
  • Releases are fully automated via .github/workflows/release.yml
    pushing a v*.*.* tag triggers Trusted Publishing (OIDC) for PyPI
    and creates a GitHub Release with the wheel + sdist attached.
    No PyPI API token is stored in the repository.

Housekeeping

  • README: top-of-file PyPI / Downloads / GitHub Release / License badges.
  • README: replaced "PyPI publication is on the roadmap but not yet done"
    with a real pip install minxg-beta block and a Releasing section.
  • pyproject: project description now mentions the PyPI name and
    install command so it surfaces on the PyPI page itself.
  • PyPI metadata: removed retired Topic :: Artificial Intelligence
    classifier (PyPI no longer accepts it).

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Versioning policy (effective 2026-06-14): MINXG is in pre-1.0
development. Public releases start at 0.10.0; the legacy
1.x numbering on internal commits is retained in git history as
a milestone but is not part of the public release graph.