Compare commits

..

4 Commits

Author SHA1 Message Date
semantic-release 91b1872eb7 chore(release): 0.0.1 [skip ci] 2025-02-04 00:49:17 +00:00
phernandez ba1e494ed1 fix: fix versioning for 0.0.1 release 2025-02-03 18:47:09 -06:00
phernandez 4e50a554e9 Merge branch 'main' of github.com:basicmachines-co/basic-memory 2025-02-03 18:38:33 -06:00
phernandez 29fce8b0b9 chore: remove basic-foundation src ref in pyproject.toml 2025-02-03 18:38:20 -06:00
2 changed files with 14 additions and 3 deletions
+13
View File
@@ -1,4 +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)
### Chores
- Remove basic-foundation src ref in pyproject.toml
([`29fce8b`](https://github.com/basicmachines-co/basic-memory/commit/29fce8b0b922d54d7799bf2534107ee6cfb961b8))
+1 -3
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"
@@ -66,8 +66,6 @@ dev-dependencies = [
"icecream>=2.1.3",
]
[tool.uv.sources]
basic-foundation = { path = "../basic-foundation", editable = true }
[tool.pyright]
include = ["src/"]