Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 07:28
ed35f10

Important

Breaking change for go install users. The CLI moved to a subpackage so the module root can be imported as a library. Update your install path:

go install github.com/mobai-app/simslim/cmd/simslim@latest

The installed binary is still named simslim. Homebrew users are unaffected — brew upgrade pulls the new bottle.

Library

The module root is now importable as package simslim (no external dependencies):

import "github.com/mobai-app/simslim"

What's Changed

  • refactor: split into an importable library and a cmd/simslim CLI by @Interlap01 in #14
  • Make boot timeout configurable for slow CI runners by @Interlap01 in #15

Full Changelog: v0.3.0...v0.4.0