chore(release): 0.0.1 [skip ci]

This commit is contained in:
semantic-release
2025-02-04 00:49:13 +00:00
parent ba1e494ed1
commit d41cd21977
2 changed files with 14 additions and 2 deletions
+13 -1
View File
@@ -1,5 +1,17 @@
# CHANGELOG
## v0.0.1 (2025-02-04)
### Bug Fixes
- Fix versioning for 0.0.1 release
([`ba1e494`](https://github.com/basicmachines-co/basic-memory/commit/ba1e494ed1afbb7af3f97c643126bced425da7e0))
## v0.0.0 (2025-02-04)
see git log
### Chores
- Remove basic-foundation src ref in pyproject.toml
([`29fce8b`](https://github.com/basicmachines-co/basic-memory/commit/29fce8b0b922d54d7799bf2534107ee6cfb961b8))
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "basic-memory"
version = "0.0.0"
version = "0.0.1"
description = "Local-first knowledge management combining Zettelkasten with knowledge graphs"
readme = "README.md"
requires-python = ">=3.12.1"