chore(release): 0.2.0 [skip ci]

This commit is contained in:
semantic-release
2025-02-14 01:49:00 +00:00
parent 7c381a59c9
commit 8d67d71d8e
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -1,6 +1,24 @@
# CHANGELOG
## v0.2.0 (2025-02-14)
### Features
- Build installer via github action ([#7](https://github.com/basicmachines-co/basic-memory/pull/7),
[`7c381a5`](https://github.com/basicmachines-co/basic-memory/commit/7c381a59c962053c78da096172e484f28ab47e96))
* feat(ci): build installer via github action
* enforce conventional commits in PR titles
* feat: add icon to installer
---------
Co-authored-by: phernandez <phernandez@basicmachines.co>
## v0.1.2 (2025-02-14)
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "basic-memory"
version = "0.1.2"
version = "0.2.0"
description = "Local-first knowledge management combining Zettelkasten with knowledge graphs"
readme = "README.md"
requires-python = ">=3.12.1"