Sysand 0.0.5

Released on November 7th, 2025.

This version’s binaries.

:wrench: Changes

  • Change lockfile to have better structure and rename it from SysandLock.toml to sysand-lock.toml (#58).
    Only the new lockfile format is supported. Lockfile can be regenerated by running sysand 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)

:bug: Bugfixes

  • Use relative paths in lockfile. This fixes portability to other systems (#85). (Reported in this forum post)