Commit dd41e0f
committed
feat: implement dynamic version tracking and reporting system
- Add snapshotter/version.py module for centralized version management
- Update project version from 0.1.0 to 2.11.0
- Display version during Docker container initialization
- Use dynamic version in snapshot submissions instead of static config
- Add toml dependency for pyproject.toml parsing
- Ensure single source of truth for version information
This improves observability, debugging capabilities, and ensures accurate
version reporting across the Snapshotter network.1 parent b96a08e commit dd41e0f
File tree
5 files changed
+152
-25
lines changed- snapshotter
- utils
5 files changed
+152
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
0 commit comments