Released on November 7th, 2025.
This version’s binaries.
Changes
- Change lockfile to have better structure and rename it from
SysandLock.tomltosysand-lock.toml(#58).
Only the new lockfile format is supported. Lockfile can be regenerated by runningsysand lock. - Warn users that SysML/KerML standard library packages are not installed by default to prevent confusion (#94).
- Improve error reporting. Errors now report their immediate context, e.g. when failing to read a file, file name is now reported (#87)
- Add metadata for newer SysML/KerML standard libraries. This speeds up any commands that determine project usages, such as
add,sync,install, etc. (part of #74)
Bugfixes
- Use relative paths in lockfile. This fixes portability to other systems (#85). (Reported in this forum post)