Skip to content

Commit ac89eb4

Browse files
author
semantic-release
committed
chore(release): 0.12.1 [skip ci]
1 parent 78a3412 commit ac89eb4

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.12.1 (2025-04-07)
5+
6+
### Bug Fixes
7+
8+
- Run migrations and sync when starting mcp
9+
([#88](https://github.com/basicmachines-co/basic-memory/pull/88),
10+
[`78a3412`](https://github.com/basicmachines-co/basic-memory/commit/78a3412bcff83b46e78e26f8b9fce42ed9e05991))
11+
12+
413
## v0.12.0 (2025-04-06)
514

615
### 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.12.0"
3+
version = "0.12.1"
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.12.0"
3+
__version__ = "0.12.1"

0 commit comments

Comments
 (0)