Skip to main content

Compact developer tools 0.5.2

For the complete documentation index, see llms.txt

Compact developer tools 0.5.2 release notes

Compact developer tools (devtools) 0.5.2 is a small maintenance release. Its user-facing change is that compact compile --help now forwards to the underlying compiler, so the help output shows the full set of compiler options for your selected toolchain.

If you have an existing devtools installation, you can update it with the command compact self update.

If you do not have an existing devtools installation, you can install version 0.5.2 using the shell command shown on the release page.

Improvements

compact compile --help shows the full compiler help

Previously, compact compile --help showed only the devtools' own options and omitted compiler flags such as --feature-zkir-v3. The command now forwards to the underlying compactc for the selected toolchain version, so the help output lists every flag the compiler accepts (issue #648).

Breaking changes

None.

Known issues

None.