Skip to content

Commit 3d45227

Browse files
author
semantic-release
committed
chore(release): 0.11.0 [skip ci]
1 parent 069c0a2 commit 3d45227

3 files changed

Lines changed: 39 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
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

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.10.1"
3+
version = "0.11.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.10.1"
3+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)