Skip to content

Releases: leox255/termem

v0.5.3

15 Jun 19:30

Choose a tag to compare

ci(release): fall back to sha256sum where shasum is absent (Windows)

Git Bash on windows-latest has tar but not shasum, so the Windows Package step
exited 127 and skipped the npm publish. Use sha256sum when shasum is missing.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

v0.5.2

15 Jun 18:36

Choose a tag to compare

ci(release): cross-compile x86_64-apple-darwin on Apple Silicon

GitHub's Intel (macos-13) runners are scarce and queued the release for over
an hour, blocking the npm job. Build both macOS targets on macos-14; the cc
crate cross-compiles the bundled SQLite for x86_64 with the universal SDK.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>