Merge branch 'main' of github.com:basicmachines-co/basic-memory

This commit is contained in:
phernandez
2025-02-18 16:19:20 -06:00
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -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 <phernandez@basicmachines.co>
## v0.5.0 (2025-02-18)
### Features
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -1,3 +1,3 @@
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
__version__ = "0.5.0"
__version__ = "0.6.0"