File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.11.0 (2025-03-29)
5+
6+ ### Bug Fixes
7+
8+ - Just delete db for reset db instead of using migrations.
9+ ([ #65 ] ( https://github.com/basicmachines-co/basic-memory/pull/65 ) ,
10+ [ ` 0743ade ` ] ( https://github.com/basicmachines-co/basic-memory/commit/0743ade5fc07440f95ecfd816ba7e4cfd74bca12 ) )
11+
12+ Signed-off-by: phernandez < paul@basicmachines.co >
13+
14+ - Make logs for each process - mcp, sync, cli
15+ ([ #64 ] ( https://github.com/basicmachines-co/basic-memory/pull/64 ) ,
16+ [ ` f1c9570 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/f1c95709cbffb1b88292547b0b8f29fcca22d186 ) )
17+
18+ Signed-off-by: phernandez < paul@basicmachines.co >
19+
20+ ### Documentation
21+
22+ - Update broken "Multiple Projects" link in README.md
23+ ([ #55 ] ( https://github.com/basicmachines-co/basic-memory/pull/55 ) ,
24+ [ ` 3c68b7d ` ] ( https://github.com/basicmachines-co/basic-memory/commit/3c68b7d5dd689322205c67637dca7d188111ee6b ) )
25+
26+ ### Features
27+
28+ - Add bm command alias for basic-memory
29+ ([ #67 ] ( https://github.com/basicmachines-co/basic-memory/pull/67 ) ,
30+ [ ` 069c0a2 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/069c0a21c630784e1bf47d2b7de5d6d1f6fadd7a ) )
31+
32+ Signed-off-by: phernandez < paul@basicmachines.co >
33+
34+ - Rename search tool to search_notes
35+ ([ #66 ] ( https://github.com/basicmachines-co/basic-memory/pull/66 ) ,
36+ [ ` b278276 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/b27827671dc010be3e261b8b221aca6b7f836661 ) )
37+
38+ Signed-off-by: phernandez < paul@basicmachines.co >
39+
40+
441## v0.10.1 (2025-03-25)
542
643### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " basic-memory"
3- version = " 0.10.1 "
3+ version = " 0.11.0 "
44description = " Local-first knowledge management combining Zettelkasten with knowledge graphs"
55readme = " README.md"
66requires-python = " >=3.12.1"
Original file line number Diff line number Diff line change 11"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
22
3- __version__ = "0.10.1 "
3+ __version__ = "0.11.0 "
You can’t perform that action at this time.
0 commit comments