Kex 0.3.2
Immutable
release. Only release title and notes can be modified.
Kex is before 1.0.0, so no backward compatibility is attempted.
The language, the standard library, the package format and the on-disk
layouts change between releases without deprecation cycles. Pin a version,
and expect to edit code when you move off it.
Changes
- Run the checks on main still (d772c11)
- Fix terminology (6dbc9a7)
- Update screenshots and description (a238290)
- Build in parallel, attempt to make the CI faster (b76c925)
- Remove CI duplications (02fe260)
- Fix release (43f9d91)
- Use Unknown, refactor to modules (fb5207c)
- Use unknown instead of Void (d94b302)
- Fix inference on generics (8f451c0)
- Next version: 0.3.2 (4467051)
- Fix Measure vs String bug (4e3038b)
- Fix block arg typing (27875f2)
Install
tey kex install 0.3.2
docker run ghcr.io/kexhq/kex:0.3.2
npm install @kexhq/kex@0.3.2 # GitHub Packages - see packages/kex/README.mdOr download the archive for your machine below; each has a .sha256 beside it.
What's Changed
- Next version: 0.3.2 by @github-actions[bot] in #56
- Fix more LSP problems by @akoskovacs in #55
- Fix release by @akoskovacs in #57
- Update screenshots and description by @akoskovacs in #58
- Run the checks on main still by @akoskovacs in #59
Full Changelog: v0.3.1...v0.3.2