Compare commits

..

2 Commits

Author SHA1 Message Date
semantic-release b546941779 chore(release): 0.2.10 [skip ci] 2025-02-14 04:17:24 +00:00
phernandez 29a259421a fix: fix build on github ci for app installer 2025-02-13 22:14:05 -06:00
3 changed files with 15 additions and 2 deletions
+6 -1
View File
@@ -78,7 +78,12 @@ jobs:
- name: Build macOS installer
run: |
cd installer && uv run python setup.py bdist_mac
cd installer
uv pip install -e "..[dev]"
# Use system Python paths to match local environment
PYTHONHOME=/Library/Frameworks/Python.framework/Versions/3.12 \
PYTHONPATH=/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12 \
uv run python setup.py bdist_mac
xattr -dr com.apple.quarantine "build/Basic Memory Installer.app"
- name: Zip macOS installer
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v0.2.10 (2025-02-14)
### Bug Fixes
- Fix build on github ci for app installer
([`29a2594`](https://github.com/basicmachines-co/basic-memory/commit/29a259421a0ccb10cfa68e3707eaa506ad5e55c0))
## v0.2.9 (2025-02-14)
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "basic-memory"
version = "0.2.9"
version = "0.2.10"
description = "Local-first knowledge management combining Zettelkasten with knowledge graphs"
readme = "README.md"
requires-python = ">=3.12.1"