mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 91b1872eb7 | |||
| ba1e494ed1 | |||
| 4e50a554e9 | |||
| 29fce8b0b9 |
@@ -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
@@ -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/"]
|
||||
|
||||
Reference in New Issue
Block a user