Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 13:33
· 21 commits to main since this release
e77a7fd

Added

  • πŸ‘₯ Contributors β€” a contrib.rocks avatar wall plus "How to Contribute" and
    "Releasing a New Version" guidance in the README.
  • ⭐ Top Contributors β€” a curated table highlighting the people who shape the
    project.
  • πŸ“Š Stars β€” a live star-history chart in the README.
  • 🌍 StarMapper β€” an interactive world map of the project's stargazers.
  • πŸ“¦ Release automation β€” .github/workflows/release.yml builds a clean,
    downloadable source zip and publishes a GitHub Release on every v*.*.* tag,
    using this CHANGELOG section as the release notes (auto-generated notes as a
    fallback).
  • πŸ€– Agent instructions β€” a new AGENTS.md documenting the architecture,
    conventions, and the batched-PR β†’ conflict-resolve β†’ merge β†’ release workflow.
  • πŸ“‹ Release checklist β€” docs/ops/RELEASE_CHECKLIST.md codifies the
    pre-release validation steps.

Changed

  • CONTRIBUTING.md now describes the feature-branch β†’ pull-request β†’ release
    workflow and how versioned releases are cut.
  • README roadmap updated to mark community/release tooling as shipped.