Skip to content

v0.4.1

Compare
Choose a tag to compare
@tboerger tboerger released this 22 Jun 13:21
· 435 commits to master since this release
v0.4.1

Changelog for 0.4.1

The following sections list the changes for 0.4.1.

Summary

  • Fix #14: Binaries are not static linked

Details

  • Bugfix #14: Binaries are not static linked

    We fixed building properly static linked binaries, since the last release and a major
    refactoring of the binaries and the CI pipeline we introduced binaries which had been linked to
    muslc by mistake. With this change applied all binaries will be properly static linked again.

    #14