Skip to content

Commit 9fe34dc

Browse files
author
semantic-release
committed
chore(release): 0.10.0 [skip ci]
1 parent eb5e4ec commit 9fe34dc

3 files changed

Lines changed: 72 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,76 @@
11
# CHANGELOG
22

33

4+
## v0.10.0 (2025-03-15)
5+
6+
### Bug Fixes
7+
8+
- Ai_resource_guide.md path
9+
([`da97353`](https://github.com/basicmachines-co/basic-memory/commit/da97353cfc3acc1ceb0eca22ac6af326f77dc199))
10+
11+
Signed-off-by: phernandez <paul@basicmachines.co>
12+
13+
- Ai_resource_guide.md path
14+
([`c4732a4`](https://github.com/basicmachines-co/basic-memory/commit/c4732a47b37dd2e404139fb283b65556c81ce7c9))
15+
16+
- Ai_resource_guide.md path
17+
([`2e9d673`](https://github.com/basicmachines-co/basic-memory/commit/2e9d673e54ad6a63a971db64f01fc2f4e59c2e69))
18+
19+
Signed-off-by: phernandez <paul@basicmachines.co>
20+
21+
- Don't sync *.tmp files on watch ([#31](https://github.com/basicmachines-co/basic-memory/pull/31),
22+
[`6b110b2`](https://github.com/basicmachines-co/basic-memory/commit/6b110b28dd8ba705ebfc0bcb41faf2cb993da2c3))
23+
24+
Fixes #30
25+
26+
Signed-off-by: phernandez <paul@basicmachines.co>
27+
28+
- Drop search_index table on db reindex
29+
([`31cca6f`](https://github.com/basicmachines-co/basic-memory/commit/31cca6f913849a0ab8fc944803533e3072e9ef88))
30+
31+
Signed-off-by: phernandez <paul@basicmachines.co>
32+
33+
- Improve utf-8 support for file reading/writing
34+
([#32](https://github.com/basicmachines-co/basic-memory/pull/32),
35+
[`eb5e4ec`](https://github.com/basicmachines-co/basic-memory/commit/eb5e4ec6bd4d2fe757087be030d867f4ca1d38ba))
36+
37+
fixes #29
38+
39+
Signed-off-by: phernandez <paul@basicmachines.co>
40+
41+
### Chores
42+
43+
- Remove logfire
44+
([`9bb8a02`](https://github.com/basicmachines-co/basic-memory/commit/9bb8a020c3425a02cb3a88f6f02adcd281bccee2))
45+
46+
Signed-off-by: phernandez <paul@basicmachines.co>
47+
48+
### Documentation
49+
50+
- Add glama badge. Fix typos in README.md
51+
([#28](https://github.com/basicmachines-co/basic-memory/pull/28),
52+
[`9af913d`](https://github.com/basicmachines-co/basic-memory/commit/9af913da4fba7bb4908caa3f15f2db2aa03777ec))
53+
54+
Signed-off-by: phernandez <paul@basicmachines.co>
55+
56+
- Update CLAUDE.md with GitHub integration capabilities
57+
([#25](https://github.com/basicmachines-co/basic-memory/pull/25),
58+
[`fea2f40`](https://github.com/basicmachines-co/basic-memory/commit/fea2f40d1b54d0c533e6d7ee7ce1aa7b83ad9a47))
59+
60+
This PR updates the CLAUDE.md file to document the GitHub integration capabilities that enable
61+
Claude to participate directly in the development workflow.
62+
63+
### Features
64+
65+
- Add Smithery integration for easier installation
66+
([#24](https://github.com/basicmachines-co/basic-memory/pull/24),
67+
[`eb1e7b6`](https://github.com/basicmachines-co/basic-memory/commit/eb1e7b6088b0b3dead9c104ee44174b2baebf417))
68+
69+
This PR adds support for deploying Basic Memory on the Smithery platform.
70+
71+
Signed-off-by: bm-claudeai <claude@basicmachines.co>
72+
73+
474
## v0.9.0 (2025-03-07)
575

676
### Chores

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.9.0"
3+
version = "0.10.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.9.0"
3+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)