Skip to content

Tags: gastownhall/beads

Tags

v1.1.0-rc.1

Toggle v1.1.0-rc.1's commit message
Release candidate v1.1.0-rc.1

First RC for 1.1.0: carries the cross-clone data-safety fixes (#4259 recovery)
for validation before stable promotion. GitHub prerelease only; stable
Homebrew/PyPI/npm channels are not updated.

v1.0.5

Toggle v1.0.5's commit message
Release v1.0.5

v1.0.4

Toggle v1.0.4's commit message
Release v1.0.4

v1.0.3

Toggle v1.0.3's commit message
Release 1.0.3

v1.0.2

Toggle v1.0.2's commit message
Release v1.0.2

v1.0.1

Toggle v1.0.1's commit message
Release v1.0.1

v1.0.0

Toggle v1.0.0's commit message
beads v1.0.0 — stable release

v0.63.3

Toggle v0.63.3's commit message
fix(release): revert all non-Linux targets to CGO_ENABLED=0, bump v0.…

…63.3

Only Linux amd64/arm64 can cross-compile with CGO on the CI runner.
macOS needs CoreFoundation/Security frameworks, Windows needs mingw
with framework support, and Android/FreeBSD lack sysroot headers.
These platforms use server mode; embedded Dolt is Linux-only for now.
Removes zig setup (no longer needed — Linux arm64 uses system gcc).

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

v0.63.2

Toggle v0.63.2's commit message
fix(release): add CGO build constraints for embeddeddolt, bump to v0.…

…63.2

Gate embeddeddolt package on //go:build cgo with stub files for !cgo.
Android and freebsd targets use CGO_ENABLED=0 since zig lacks sysroot
headers for these platforms. Server mode still works on all targets.

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

v0.63.1

Toggle v0.63.1's commit message
fix(release): disable CGO for android/freebsd builds, bump to v0.63.1

Zig lacks sysroot headers for android and freebsd targets, causing
stdlib.h not found errors. Revert these two targets to CGO_ENABLED=0
(they do not need embedded Dolt). Remove unused zig wrappers.

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