BUG FIXES:
- fix: Improve IntelliSense accuracy by tracking provider schema versions (accidentally removed in 0.29.0) (#1060)
- Don't query the Terraform Registry for module sources starting with
.
(#1062) - fix race condition in schema merging (terraform-schema#137)
INTERNAL:
- Use Go 1.19 (previously 1.17) to build the server (#1046)