From 9437a5f83b3aca5be3a5af55e1ec95010484ca55 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 17 Apr 2025 16:04:26 +0000 Subject: [PATCH] chore(release): 0.12.3 [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- src/basic_memory/__init__.py | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bec97d3..bf8fa952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # CHANGELOG +## v0.12.3 (2025-04-17) + +### Bug Fixes + +- Add extra logic for permalink generation with mixed Latin unicode and Chinese characters + ([`73ea91f`](https://github.com/basicmachines-co/basic-memory/commit/73ea91fe0d1f7ab89b99a1b691d59fe608b7fcbb)) + +Signed-off-by: phernandez + +- Modify recent_activity args to be strings instead of enums + ([`3c1cc34`](https://github.com/basicmachines-co/basic-memory/commit/3c1cc346df519e703fae6412d43a92c7232c6226)) + +Signed-off-by: phernandez + + ## v0.12.2 (2025-04-08) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 66894da0..6cbd7c4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "basic-memory" -version = "0.12.2" +version = "0.12.3" description = "Local-first knowledge management combining Zettelkasten with knowledge graphs" readme = "README.md" requires-python = ">=3.12.1" diff --git a/src/basic_memory/__init__.py b/src/basic_memory/__init__.py index 498f41a1..7f3df852 100644 --- a/src/basic_memory/__init__.py +++ b/src/basic_memory/__init__.py @@ -1,3 +1,3 @@ """basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs""" -__version__ = "0.12.2" +__version__ = "0.12.3"