Skip to content

Commit 21334cc

Browse files
committed
docs: add v0.20.1 changelog entry
Signed-off-by: Drew Cain <groksrc@gmail.com>
1 parent db60942 commit 21334cc

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.1 (2026-03-10)
6+
7+
### Bug Fixes
8+
9+
- **#661**: Fix `bm project list` MCP column to show transport type (stdio/https) instead of DB presence
10+
- Renamed "MCP (stdio)" column to "MCP"
11+
- Shows actual routing mode: `stdio` for local, `https` for cloud projects
12+
- Clears local path display for cloud-mode projects
13+
- **#662**: Invalidate config cache when file is modified by another process
14+
- Adds mtime-based cache validation to `ConfigManager.load_config()`
15+
- Long-lived processes (MCP stdio server) now detect external config changes
16+
- Fixes `bm project set-cloud` having no effect on running MCP server
17+
518
## v0.20.0 (2026-03-10)
619

720
### Features

0 commit comments

Comments
 (0)