diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b857a72..09bf6dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index e2700884..741c9370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/basic_memory/__init__.py b/src/basic_memory/__init__.py index 895c2883..d920e6f9 100644 --- a/src/basic_memory/__init__.py +++ b/src/basic_memory/__init__.py @@ -1,3 +1,3 @@ """basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs""" -__version__ = "0.4.1" +__version__ = "0.4.2"