chore: Bump version to 0.39.1

This commit is contained in:
Steve Yegge
2025-12-27 22:33:05 -08:00
parent ab3feda007
commit d08c877a33
12 changed files with 65 additions and 10 deletions

View File

@@ -5,6 +5,47 @@ All notable changes to the beads project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.39.1] - 2025-12-27
### Added
- **`bd where` command** (bd-8x43) - Show active beads location
- Displays the resolved database path after following redirects
- Helpful for debugging multi-rig setups
- **`--parent` flag for `bd update`** (bd-cj2e) - Reparent issues
- Move issues between epics with `bd update <id> --parent=<new-parent>`
- Supports clearing parent with `--parent=none`
- **Redirect info in `bd prime`** (bd-kblo) - Gas Town support
- Shows when database is redirected to another location
- Improves visibility into routing behavior
### Fixed
- **Doctor follows redirects** (bd-tvus) - Gas Town compatibility
- `bd doctor` now correctly follows database redirects
- Prevents false negatives when running from rig roots
- **Remove 8-char prefix limit** (GH#770) - `bd rename-prefix`
- Removed arbitrary length restriction on issue prefixes
- Allows longer, more descriptive prefixes
### Changed
- **Git context consolidation** (bd-qph3) - Internal refactor
- Unified git context into single cached struct
- Reduces redundant git operations
### Documentation
- **Database Redirects section** (bd-8x43) - ADVANCED.md
- Comprehensive documentation for redirect feature
- Explains Gas Town integration patterns
- **Community Tools update** (GH#771) - README.md
- Added opencode-beads to community tools list
## [0.39.0] - 2025-12-27
### Added