chore(release): 0.12.1 [skip ci]

This commit is contained in:
semantic-release
2025-04-07 22:47:17 +00:00
parent 78a3412bcf
commit ac89eb47cb
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -1,6 +1,15 @@
# CHANGELOG
## v0.12.1 (2025-04-07)
### Bug Fixes
- Run migrations and sync when starting mcp
([#88](https://github.com/basicmachines-co/basic-memory/pull/88),
[`78a3412`](https://github.com/basicmachines-co/basic-memory/commit/78a3412bcff83b46e78e26f8b9fce42ed9e05991))
## v0.12.0 (2025-04-06)
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "basic-memory"
version = "0.12.0"
version = "0.12.1"
description = "Local-first knowledge management combining Zettelkasten with knowledge graphs"
readme = "README.md"
requires-python = ">=3.12.1"
+1 -1
View File
@@ -1,3 +1,3 @@
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
__version__ = "0.12.0"
__version__ = "0.12.1"