aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-09-01 17:35:55 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-09-01 17:35:55 -0400
commitadc2d81b5683e611c5f3289be6157d4519a60632 (patch)
treeabecbb8ba48c351e78f8d759b941131c35226808 /CHANGES.md
parent081a26de86eca95ba3ee0887992cdc3d96190cce (diff)
Update changelog
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 97c80bdb..7a952e07 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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