github gastownhall/beads v1.3.1-rc.1

pre-release3 hours ago

beads v1.3.1-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.3.1-rc.1
# For embedded Dolt support:
CGO_ENABLED=1 GOFLAGS=-tags=gms_pure_go go install github.com/steveyegge/beads/cmd/bd@v1.3.1-rc.1

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

Changelog

Bug Fixes

  • 76860eb fix(config): dotted keys round-trip through SetYamlConfigInDir/UnsetYamlConfig (bd-zj95, 1.3.1) [release/1.3.0] (#6578)
  • 87c7375 fix(dolt): contain bd dolt start on proxied workspaces; make bd dolt status truthful [release/1.3.0] (#6580)
  • f62cc4f fix(scripts): make check-doc-flags portable to BSD grep and fail loud on grep errors (#6026) (#6581)

Others

  • d487b97 release: prep v1.3.1-rc.1 (#6593)
  • fa95439 test(topology): front-door capability matrix across storage topologies (proxied-parity S0) [release/1.3.0] (#6579)

Don't miss a new beads release

NewReleases is sending notifications on new releases.