File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.12.2 (2025-04-08)
5+
6+ ### Bug Fixes
7+
8+ - Utf8 for all file reads/write/open instead of default platform encoding
9+ ([ #91 ] ( https://github.com/basicmachines-co/basic-memory/pull/91 ) ,
10+ [ ` 2934176 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/29341763318408ea8f1e954a41046c4185f836c6 ) )
11+
12+ Signed-off-by: phernandez < paul@basicmachines.co >
13+
14+
415## v0.12.1 (2025-04-07)
516
617### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " basic-memory"
3- version = " 0.12.1 "
3+ version = " 0.12.2 "
44description = " Local-first knowledge management combining Zettelkasten with knowledge graphs"
55readme = " README.md"
66requires-python = " >=3.12.1"
Original file line number Diff line number Diff line change 11"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
22
3- __version__ = "0.12.1 "
3+ __version__ = "0.12.2 "
You can’t perform that action at this time.
0 commit comments