Add converter version info to db and jld2 cache

This commit is contained in:
Wataru Otsubo 2025-01-27 10:04:46 +01:00
parent c87cc47232
commit 3a3f7a53f8
6 changed files with 24 additions and 8 deletions

View file

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `create_database`(formally `create_database_from_exported_csvs`) now can save a JLD2 cache to store parsed slave logs.
- Docs: add index page for published notebooks
- Added converter git version info (`git describe --dirty`) to the database and JLD2 cache.
### Changed