Skip to content

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 15 Aug 15:54
· 20 commits to main since this release

Added

  • This CHANGELOG (Keep-a-Changelog style, following the pi-interactive-shell layout), shipped in the npm tarball.
  • Git tag / GitHub release automation: a postpublish hook (scripts/tag-current.mjs) reads the version from package.json, creates an annotated vX.Y.Z tag at HEAD and pushes it, so every successful npm publish stays in sync with git; a GitHub Actions workflow (.github/workflows/release.yml) turns any v* tag push into a release with auto-generated notes.
  • Backfilled v0.1.0v0.1.7 git tags and GitHub releases at their version-bump commits.