Skip to content

Commit 6b8cefc

Browse files
author
semantic-release
committed
chore(release): 0.7.0 [skip ci]
1 parent 57984aa commit 6b8cefc

3 files changed

Lines changed: 43 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,49 @@
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),

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "basic-memory"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "Local-first knowledge management combining Zettelkasten with knowledge graphs"
55
readme = "README.md"
66
requires-python = ">=3.12.1"

src/basic_memory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
22

3-
__version__ = "0.6.0"
3+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)