Skip to content

v1.2.2-rc.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Aug 03:04
· 1236 commits to main since this release

beads v1.2.2-rc.1

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), Windows (AMD64 & ARM64), Android/Termux (ARM64), and FreeBSD.

Installation (release candidate)

This is a prerelease for validation. The stable install channels —
Homebrew, the install.sh / install.ps1 scripts, npm, and PyPI —
intentionally keep serving the latest stable release, so they will not
install this RC. Use one of the methods below.

Manual download (recommended):
Download the archive for your platform from the Assets below, extract it,
and place bd on your PATH.

Go install (pinned to this RC):

go install github.com/steveyegge/beads/cmd/bd@v1.2.2-rc.1
# For embedded Dolt support:
CGO_ENABLED=1 GOFLAGS=-tags=gms_pure_go go install github.com/steveyegge/beads/cmd/bd@v1.2.2-rc.1

When you are done validating, return to the stable release through your normal
channel (e.g. brew upgrade beads).

Changelog

Bug Fixes

  • ee5cf69 fix(schema): point the forward-skew error at the v1.2.1 recovery runbook

Others

  • f0a371a chore(go.mod): retract v1.2.1, v1.2.0, v1.1.1
  • f36a616 chore(release): bump version to 1.2.2
  • bb6be66 chore(release): bump version to 1.2.2-rc.1
  • 7d8c0e2 test(release): add v1.2.2 verification script and test plan