Skip to content

Commit 9437a5f

Browse files
author
semantic-release
committed
chore(release): 0.12.3 [skip ci]
1 parent 3c1cc34 commit 9437a5f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.12.3 (2025-04-17)
5+
6+
### Bug Fixes
7+
8+
- Add extra logic for permalink generation with mixed Latin unicode and Chinese characters
9+
([`73ea91f`](https://github.com/basicmachines-co/basic-memory/commit/73ea91fe0d1f7ab89b99a1b691d59fe608b7fcbb))
10+
11+
Signed-off-by: phernandez <paul@basicmachines.co>
12+
13+
- Modify recent_activity args to be strings instead of enums
14+
([`3c1cc34`](https://github.com/basicmachines-co/basic-memory/commit/3c1cc346df519e703fae6412d43a92c7232c6226))
15+
16+
Signed-off-by: phernandez <paul@basicmachines.co>
17+
18+
419
## v0.12.2 (2025-04-08)
520

621
### 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.12.2"
3+
version = "0.12.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.12.2"
3+
__version__ = "0.12.3"

0 commit comments

Comments
 (0)