Skip to content

v0.11.0

Compare
Choose a tag to compare
@n9-machine-user n9-machine-user released this 21 Feb 15:34
· 8 commits to refs/heads/main since this release
af51534

What's Changed

⚠️ Breaking Changes

  • feat: Extend release targets and add install.bash script (#288) @nieomylnieja

    Sloctl released binaries are no longer of a form
    sloctl-${OS}-${VERSION} (e.g. sloctl-linux-0.10.1), instead they now
    follow this pattern: _sloctl-${VERSION}-${OS}-${ARCH} (e.g. sloctl-0.11.0-linux-adm64).
    In addition, the checksum for each release is changing it's name from
    _sloctl-${VERSION}-SHA256SUMS to sloctl-${VERSION}.sha256.

🚀 Features

  • feat: Extend release targets and add install.bash script (#288) @nieomylnieja

    Sloctl pre-built binaries are now also built for arm64 architecture.
    In addition there's now a now method of installing sloctl, via an install script.
    For more details refer to the README.

🧰 Maintenance

6 changes