chore: bump version to v0.35.0
Adds release notes for v0.35.0 including: - Dynamic molecule bonding with --ref flag - bd activity command for real-time state feed - waits-for dependency type for fanout gates - Parallel step detection for molecules - bd list --parent flag - Molecule navigation commands - Performance indexes and bug fixes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
|
||||
var (
|
||||
// Version is the current version of bd (overridden by ldflags at build time)
|
||||
Version = "0.34.0"
|
||||
Version = "0.35.0"
|
||||
// Build can be set via ldflags at compile time
|
||||
Build = "dev"
|
||||
// Commit and branch the git revision the binary was built from (optional ldflag)
|
||||
|
||||
Reference in New Issue
Block a user