Skip to content

Commit 8544bb7

Browse files
author
phernandez
committed
Merge branch 'main' of github.com:basicmachines-co/basic-memory
2 parents 66b57e6 + 58a1296 commit 8544bb7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# CHANGELOG
22

33

4+
## v0.6.0 (2025-02-18)
5+
6+
### Features
7+
8+
- Configure logfire telemetry ([#12](https://github.com/basicmachines-co/basic-memory/pull/12),
9+
[`6da1438`](https://github.com/basicmachines-co/basic-memory/commit/6da143898bd45cdab8db95b5f2b75810fbb741ba))
10+
11+
Co-authored-by: phernandez <phernandez@basicmachines.co>
12+
13+
414
## v0.5.0 (2025-02-18)
515

616
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "basic-memory"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Local-first knowledge management combining Zettelkasten with knowledge graphs"
55
readme = "README.md"
66
requires-python = ">=3.12.1"

src/basic_memory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
22

3-
__version__ = "0.5.0"
3+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)