Skip to content

Kex 0.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 19:24
Immutable release. Only release title and notes can be modified.
4d27199

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

  • Fix spec output ordering (0962d22)
  • Remove --HEAD defaults (d2cd327)
  • Bump to v0.3.0 (114a607)
  • Point npm view at GitHub Packages in the release job (ec4264d)
  • Next version: 0.3.0-beta.2 (c99695f)

Install

tey kex install 0.3.0
docker run ghcr.io/kexhq/kex:0.3.0
npm install @kexhq/kex@0.3.0   # GitHub Packages - see packages/kex/README.md

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

What's Changed

New Contributors

  • @github-actions[bot] made their first contribution in #46

Full Changelog: v0.3.0-beta...v0.3.0