Skip to content

Commit a6b4690

Browse files
author
semantic-release
committed
chore(release): 0.5.0 [skip ci]
1 parent 0689e7a commit a6b4690

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.5.0 (2025-02-18)
5+
6+
### Features
7+
8+
- Return semantic info in markdown after write_note
9+
([#11](https://github.com/basicmachines-co/basic-memory/pull/11),
10+
[`0689e7a`](https://github.com/basicmachines-co/basic-memory/commit/0689e7a730497827bf4e16156ae402ddc5949077))
11+
12+
Co-authored-by: phernandez <[email protected]>
13+
14+
415
## v0.4.3 (2025-02-18)
516

617
### Bug Fixes

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.4.3"
3+
version = "0.5.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.4.3"
3+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)