Skip to content

0.191.0-alpha.15

Pre-release
Pre-release
Compare
Choose a tag to compare
@changlinli changlinli released this 05 Jan 01:53
· 121 commits to master since this release

We've switched to a new versioning scheme because npm only allows 3 elements of a version (e.g. 1.2.3 not 1.2.3.4). In this case -alpha counts as the last part and npm doesn't care about what comes next, so the .15 has no problem, but 0.19.1.0-alpha.5 would've caused issues because now the -alpha is in the fourth element.

In this release we also fix another codegen issue, this time elm-lang/elm-make#174 which is linked from elm/compiler#1377

We also do some minor housecleaning. The most exciting part of this release is that we're finally on npm! So if you just run npx zokka, you should be able to get things up and running immediately.

There's a small bug in the release pipeline right now, so that the linux build isn't getting its version attached to it. Otherwise the standard reproducibility bit is below:

All binaries associated with this release are built with GitHub actions and hence open to scrutiny at https://github.com/Zokka-Dev/zokka-compiler/actions/runs/7416795321. If you would like, you can verify that the hash of the artifacts generated by that workflow match the hashes of the files attached to this release. Note that workflow artifacts are only saved by GH for 90 days so if you come across this release > 90 days from the release date, you may no longer be able to perform this verification. We know this is not ideal and may try to fix in the future (but unfortunately no promises because CI/CD can be quite painful to deal with). Also note that the package sizes in the workflow may look different than the sizes attached here, because GH in workflows records the uncompressed size. If you download and compare the hashes they will be equal.