diff --git a/CHANGELOG.md b/CHANGELOG.md index 421fa5df..7ff3c041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # CHANGELOG +## v0.6.0 (2025-02-18) + +### Features + +- Configure logfire telemetry ([#12](https://github.com/basicmachines-co/basic-memory/pull/12), + [`6da1438`](https://github.com/basicmachines-co/basic-memory/commit/6da143898bd45cdab8db95b5f2b75810fbb741ba)) + +Co-authored-by: phernandez + + ## v0.5.0 (2025-02-18) ### Features diff --git a/pyproject.toml b/pyproject.toml index cd896d09..6e60505e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "basic-memory" -version = "0.5.0" +version = "0.6.0" 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 30cb5f70..5e76afba 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.5.0" +__version__ = "0.6.0"