diff --git a/CHANGELOG.md b/CHANGELOG.md index 09bf6dfc..11c1e341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # CHANGELOG +## v0.4.3 (2025-02-18) + +### Bug Fixes + +- Re do enhanced read note format ([#10](https://github.com/basicmachines-co/basic-memory/pull/10), + [`39bd5ca`](https://github.com/basicmachines-co/basic-memory/commit/39bd5ca08fd057220b95a8b5d82c5e73a1f5722b)) + +Co-authored-by: phernandez + + ## v0.4.2 (2025-02-17) diff --git a/pyproject.toml b/pyproject.toml index 741c9370..1374a1c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "basic-memory" -version = "0.4.2" +version = "0.4.3" 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 d920e6f9..5a39bf26 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.2" +__version__ = "0.4.3"