Compare commits

..

3 Commits

Author SHA1 Message Date
semantic-release 864209c5f8 chore(release): 0.2.8 [skip ci] 2025-02-14 03:47:45 +00:00
phernandez b40f0c75da Merge branch 'main' of github.com:basicmachines-co/basic-memory 2025-02-13 21:46:07 -06:00
phernandez 230738ee9c fix: try to fix installer ci 2025-02-13 21:45:58 -06:00
3 changed files with 11 additions and 2 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ jobs:
uv pip install -e ".[dev]"
make installer-mac
# Remove quarantine attribute
xattr -dr com.apple.quarantine "build/Basic Memory Installer.app"
cd installer/build
xattr -dr com.apple.quarantine "Basic Memory Installer.app"
- name: Zip macOS installer
run: |
+8
View File
@@ -1,8 +1,16 @@
# CHANGELOG
## v0.2.8 (2025-02-14)
## v0.2.7 (2025-02-14)
### Bug Fixes
- Try to fix installer ci
([`230738e`](https://github.com/basicmachines-co/basic-memory/commit/230738ee9c110c0509e0a09cb0e101a92cfcb729))
## v0.2.6 (2025-02-14)
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "basic-memory"
version = "0.2.7"
version = "0.2.8"
description = "Local-first knowledge management combining Zettelkasten with knowledge graphs"
readme = "README.md"
requires-python = ">=3.12.1"