Skip to content

Commit 735f239

Browse files
phernandezclaude
andcommitted
chore: update CHANGELOG.md for v0.13.1 release
Add changelog entry for v0.13.1 patch release documenting: - Fixed CLI project management commands (#129) - Resolved case sensitivity issues in project switching (#127) - API endpoint standardization and improved error handling - Consistent project name handling using permalinks 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ac401ea commit 735f239

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
## v0.13.1 (2025-06-11)
4+
5+
### Bug Fixes
6+
7+
- **CLI**: Fixed `basic-memory project` project management commands that were not working in v0.13.0 (#129)
8+
- **Projects**: Resolved case sensitivity issues when switching between projects that caused "Project not found" errors (#127)
9+
- **API**: Standardized CLI project command endpoints and improved error handling
10+
- **Core**: Implemented consistent project name handling using permalinks to avoid case-related conflicts
11+
12+
### Changes
13+
14+
- Renamed `basic-memory project sync` command to `basic-memory project sync-config` for clarity
15+
- Improved project switching reliability across different case variations
16+
- Removed redundant server status messages from CLI error outputs
17+
318
## v0.13.0 (2025-06-11)
419

520
### Overview

0 commit comments

Comments
 (0)