Kex 0.3.0
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
- 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.mdOr download the archive for your machine below; each has a .sha256 beside it.
What's Changed
- Point npm view at GitHub Packages in the release job by @akoskovacs in #47
- Next version: 0.3.0-beta.2 by @github-actions[bot] in #46
- Bump to v0.3.0 by @akoskovacs in #48
- Fix spec output ordering by @akoskovacs in #49
New Contributors
- @github-actions[bot] made their first contribution in #46
Full Changelog: v0.3.0-beta...v0.3.0