Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 01 May 06:04
· 7 commits to main since this release

Added

  • decepticons.__version__ derived from package metadata.
  • scripts/release.sh — one-command version bump + tag + push.
  • Release workflow now creates a GitHub Release with notes from CHANGELOG.md
    and attaches the wheel + sdist as release assets.
  • Release workflow smoke-installs the built wheel and verifies the installed
    __version__ matches the pushed tag before publishing.

Changed

  • Aligned canonical phrasing across README, docs, site, and package metadata:
    unified five-pillar list (substrates, memory, gating, routing, readouts),
    unified ecosystem labels (kernel · runtime · forensics), unified promotion
    rule wording, unified causality-test pitch.
  • pyproject.toml description now matches the README/site tagline voice.
  • decepticons.__init__ module docstring rewritten to match the canonical
    one-line description.
  • decepticons --help description now describes what the CLI does instead of
    the generic "Decepticons CLI" placeholder.

Packaging

  • README install section now leads with pip install decepticons for end users;
    source-install instructions moved under a "for development" heading.
  • README image and inter-doc links converted to absolute GitHub URLs so the
    README renders correctly on PyPI (relative paths break outside GitHub).
  • Added a PyPI version badge to the README header.
  • Added MANIFEST.in so the sdist ships CHANGELOG.md, CONTRIBUTING.md,
    and .github/workflows/ for downstream packagers.