Compare commits

...

2 Commits

Author SHA1 Message Date
semantic-release 58f3fe95b7 chore(release): 0.2.16 [skip ci] 2025-02-14 05:16:14 +00:00
phernandez 1d6054d30a fix: debug inspect build on ci 2025-02-13 23:14:23 -06:00
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ jobs:
- name: Inspect build
run: |
echo "Build structure:"
ls -R installer/build/Basic\ Memory\ Installer.app
ls -la installer/build/Basic\ Memory\ Installer.app/Contents/MacOS/
- name: Zip macOS installer
run: |
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v0.2.16 (2025-02-14)
### Bug Fixes
- Debug inspect build on ci
([`1d6054d`](https://github.com/basicmachines-co/basic-memory/commit/1d6054d30a477a4e6a5d6ac885632e50c01945d3))
## v0.2.15 (2025-02-14)
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "basic-memory"
version = "0.2.15"
version = "0.2.16"
description = "Local-first knowledge management combining Zettelkasten with knowledge graphs"
readme = "README.md"
requires-python = ">=3.12.1"