Release 0.6.0
Release Notes
Major Changes
-
Command Line Interface:
- Introduced the
diagnostics
command. - Transitioned from the
--clinfo
flag to theclinfo
command.
Refer to the updated documentation for a detailed overview (
opencl-language-server --help
). - Introduced the
Updates
- Integrated a new dependency for URI parsing:
uriparser/[^0.9.7]
.
- Conducted a comprehensive code refactoring and test coverage.
Bug Fixes
- The
--stdout
flag is now recognized. Clients can add this flag to indicate communication with the server via standard input.