chore(release): 0.4.1 [skip ci]

This commit is contained in:
semantic-release
2025-02-17 03:29:32 +00:00
parent 71de8acfd0
commit 9ccedce582
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v0.4.1 (2025-02-17)
### Bug Fixes
- Fix alemic config
([`71de8ac`](https://github.com/basicmachines-co/basic-memory/commit/71de8acfd0902fc60f27deb3638236a3875787ab))
## v0.4.0 (2025-02-16)
### Features
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "basic-memory"
version = "0.4.0"
version = "0.4.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.4.0"
__version__ = "0.4.1"