Compare commits

..

2 Commits

Author SHA1 Message Date
semantic-release 17f0517917 chore(release): 0.2.20 [skip ci] 2025-02-14 05:40:17 +00:00
phernandez 8de84c0221 fix: fix installer artifact 2025-02-13 23:38:47 -06:00
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -113,6 +113,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
#files: installer/build/Basic-Memory-Installer-${{ needs.release.outputs.tag }}.zip
files: installer/build/Basic\ Memory\ Installer.app
files: installer/build/*
tag_name: ${{ needs.release.outputs.tag }}
token: ${{ secrets.GITHUB_TOKEN }}
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v0.2.20 (2025-02-14)
### Bug Fixes
- Fix installer artifact
([`8de84c0`](https://github.com/basicmachines-co/basic-memory/commit/8de84c0221a1ee32780aa84dac4d3ea60895e05c))
## v0.2.19 (2025-02-14)
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "basic-memory"
version = "0.2.19"
version = "0.2.20"
description = "Local-first knowledge management combining Zettelkasten with knowledge graphs"
readme = "README.md"
requires-python = ">=3.12.1"