chore(release): 0.4.2 [skip ci]

This commit is contained in:
semantic-release
2025-02-17 03:54:53 +00:00
parent 9c9960e2ca
commit 6959128e2e
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,6 +1,9 @@
# CHANGELOG
## v0.4.2 (2025-02-17)
## v0.4.1 (2025-02-17)
### Bug Fixes
@@ -8,6 +11,9 @@
- Fix alemic config
([`71de8ac`](https://github.com/basicmachines-co/basic-memory/commit/71de8acfd0902fc60f27deb3638236a3875787ab))
- More alembic fixes
([`30cd74e`](https://github.com/basicmachines-co/basic-memory/commit/30cd74ec95c04eaa92b41b9815431f5fbdb46ef8))
## v0.4.0 (2025-02-16)
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "basic-memory"
version = "0.4.1"
version = "0.4.2"
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.1"
__version__ = "0.4.2"