Skip to content

Commit 5cb0502

Browse files
committed
docs: add v0.20.0 changelog entry
Signed-off-by: Drew Cain <groksrc@gmail.com>
1 parent a94a717 commit 5cb0502

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## Unreleased
44

5+
## v0.20.0 (2026-03-10)
6+
7+
### Features
8+
9+
- **#643**: Default-on auto-update system and `bm update` command
10+
- Automatic background update checks for CLI installs (uv tool, Homebrew)
11+
- Install-source detection (homebrew, uv_tool, uvx, unknown) with uvx skip behavior
12+
- Periodic check gating via `auto_update_last_checked_at` + `update_check_interval` config
13+
- Manager-specific update flows: Homebrew (`brew upgrade`) and uv tool (`uv tool upgrade`)
14+
- Silent, non-blocking MCP behavior via daemon thread before server run
15+
- Manual commands: `bm update` (force check + apply) and `bm update --check` (check only)
16+
- New config fields: `auto_update`, `update_check_interval`, `auto_update_last_checked_at`
17+
518
## v0.19.2 (2026-03-09)
619

720
### Bug Fixes

0 commit comments

Comments
 (0)