Skip to content

Commit 16466e9

Browse files
author
semantic-release
committed
chore(release): 0.4.3 [skip ci]
1 parent 39bd5ca commit 16466e9

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

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.4.3 (2025-02-18)
5+
6+
### Bug Fixes
7+
8+
- Re do enhanced read note format ([#10](https://github.com/basicmachines-co/basic-memory/pull/10),
9+
[`39bd5ca`](https://github.com/basicmachines-co/basic-memory/commit/39bd5ca08fd057220b95a8b5d82c5e73a1f5722b))
10+
11+
Co-authored-by: phernandez <[email protected]>
12+
13+
414
## v0.4.2 (2025-02-17)
515

616

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.2"
3+
version = "0.4.3"
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.2"
3+
__version__ = "0.4.3"

0 commit comments

Comments
 (0)