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.7.0 (2025-02-19)
5+
6+ ### Bug Fixes
7+
8+ - Add logfire instrumentation to tools
9+ ([ ` 3e8e3e8 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/3e8e3e8961eae2e82839746e28963191b0aef0a0 ) )
10+
11+ - Add logfire spans to cli
12+ ([ ` 00d23a5 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/00d23a5ee15ddac4ea45e702dcd02ab9f0509276 ) )
13+
14+ - Add logfire spans to cli
15+ ([ ` 812136c ` ] ( https://github.com/basicmachines-co/basic-memory/commit/812136c8c22ad191d14ff32dcad91aae076d4120 ) )
16+
17+ - Search query pagination params
18+ ([ ` bc9ca07 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/bc9ca0744ffe4296d7d597b4dd9b7c73c2d63f3f ) )
19+
20+ ### Chores
21+
22+ - Fix tests
23+ ([ ` 57984aa ` ] ( https://github.com/basicmachines-co/basic-memory/commit/57984aa912625dcde7877afb96d874c164af2896 ) )
24+
25+ - Remove unused tests
26+ ([ ` 2c8ed17 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/2c8ed1737d6769fe1ef5c96f8a2bd75b9899316a ) )
27+
28+ ### Features
29+
30+ - Add cli commands for mcp tools
31+ ([ ` f5a7541 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/f5a7541da17e97403b7a702720a05710f68b223a ) )
32+
33+ - Add pagination to build_context and recent_activity
34+ ([ ` 0123544 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/0123544556513af943d399d70b849b142b834b15 ) )
35+
36+ - Add pagination to read_notes
37+ ([ ` 02f8e86 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/02f8e866923d5793d2620076c709c920d99f2c4f ) )
38+
39+
440## v0.6.0 (2025-02-18)
541
42+ ### Chores
43+
44+ - Re-add sync status console on watch
45+ ([ ` 66b57e6 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/66b57e682f2e9c432bffd4af293b0d1db1d3469b ) )
46+
647### Features
748
849- Configure logfire telemetry ([ #12 ] ( https://github.com/basicmachines-co/basic-memory/pull/12 ) ,
Original file line number Diff line number Diff line change 11[project ]
22name = " basic-memory"
3- version = " 0.6 .0"
3+ version = " 0.7 .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.6 .0"
3+ __version__ = "0.7 .0"
You can’t perform that action at this time.
0 commit comments