diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-01 17:35:55 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-01 17:35:55 -0400 |
| commit | adc2d81b5683e611c5f3289be6157d4519a60632 (patch) | |
| tree | abecbb8ba48c351e78f8d759b941131c35226808 | |
| parent | 081a26de86eca95ba3ee0887992cdc3d96190cce (diff) | |
Update changelog
| -rw-r--r-- | CHANGES.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,10 +1,16 @@ # Version History +## v0.4 +- Tomo libraries are now installed to `$TOMO_PATH/lib/tomo_vX.Y/module_vZ.W` + instead of `$TOMO_PATH/share/tomo_vX.Y/installed/module_vZ.W` +- Core libraries are no longer shipped with the compiler, they have moved to + separate repositories. +- Library installation has been cleaned up a bit. + ## v0.3 - Added a versioning system based on `CHANGES.md` files and `modules.ini` - configuration for module aliases (now installed to - `$TOMO_PREFIX/lib/tomo_vX.Y/module_vZ.W`). + configuration for module aliases. - When attempting to run a program with a module that is not installed, Tomo can prompt the user to automatically install it. - Programs can use `--version` as a CLI flag to print a Tomo program's version |
