# Changelog ## [0.2.0](https://github.com/iammathew/openfga-rs/compare/openfga_lsp-v0.1.0...openfga_lsp-v0.2.0) (2022-11-21) ### Features * add more boilerplate to lsp ([8bfdd0a](https://github.com/iammathew/openfga-rs/commit/8bfdd0afaa1d873b73a44d85b1282f6968682fef)) * **lsp:** add basic document symbol support ([6390d9b](https://github.com/iammathew/openfga-rs/commit/6390d9b406bdd535448aa0d40600e9e324744297)) * **lsp:** add basic support for semantic highlighting ([2062f47](https://github.com/iammathew/openfga-rs/commit/2062f472fea45938147b36cda83d45461d136e66)) * **lsp:** add diagnostics support ([9922db1](https://github.com/iammathew/openfga-rs/commit/9922db1beed313ce3a6453cd0e1dff75c95e0f80)) * **lsp:** add support for disabling semantic tokens ([f623513](https://github.com/iammathew/openfga-rs/commit/f6235136e39d8376ad75a0d3d9d53a68084f1941)) * **lsp:** improve document symbol support ([8fb2ddd](https://github.com/iammathew/openfga-rs/commit/8fb2dddb16847d29b2b4405fc01009d497a7fc8b)) ### Dependencies * The following workspace dependencies were updated * dependencies * openfga_checker bumped from 0.1.0 to 0.2.0 * openfga_common bumped from 0.1.0 to 0.2.0 * openfga_model_dsl_parser bumped from 0.1.0 to 0.1.1