Skip to content

Kex 0.3.2

Choose a tag to compare

@github-actions github-actions released this 16 Aug 11:45
Immutable release. Only release title and notes can be modified.
db9bdf8

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.md

Or download the archive for your machine below; each has a .sha256 beside it.

What's Changed

Full Changelog: v0.3.1...v0.3.2