chore(release): v0.47.2

- Dolt backend (experimental)
- bd show --children flag
- NixOS support improvements
- Fix redirect + sync-branch incompatibility
- Fix doctor project-level settings detection
- Fix contributor routing

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
beads/crew/emma
2026-01-14 21:57:28 -08:00
committed by Steve Yegge
parent 39dbe90ade
commit 159114563b
13 changed files with 65 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, self }:
pkgs.buildGoModule {
pname = "beads";
version = "0.47.1";
version = "0.47.2";
src = self;