[0.4.0] - 2025-04-13
🚀 Features
-
We added basic support for annotations. Soon, you can annotate statements with comments to change the behavior of the linter. This isn't fully fleshed out yet.
-
We improved the autocompletion behavior. You should now get completions after an incomplete statement:
select * from |
. We'll improve the suggestions in the future.
🐛 Bug Fixes
- We now correctly parse UNION queries.
- We now correctly parse C-style comments.
- Various bug fixes regarding EOF and statement trimming.
- We downgraded the runners that build the binary. This should make the LSP run on platforms with
glibc >= 2.35
.
📚 Documentation
- Added zed installation instructions.