# Changelog ## [0.2.0](https://github.com/iammathew/openfga-rs/compare/openfga_compiler-v0.1.0...openfga_compiler-v0.2.0) (2022-11-21) ### Features * add support for self referencing relation model error ([b1ca0e4](https://github.com/iammathew/openfga-rs/commit/b1ca0e4cc0c1d03a6b1cc27e638f5149306abba7)) * improve compiler error messages and cli interface ([0bd92dd](https://github.com/iammathew/openfga-rs/commit/0bd92dd319d14d76f4ff7206ec04854417f95767)) * improve model error reporting ([15eb3bd](https://github.com/iammathew/openfga-rs/commit/15eb3bda8d7966f9c032b34fb2f92119e1e2b7d9)) * integrate checker into compiler ([02c9327](https://github.com/iammathew/openfga-rs/commit/02c93270c061eccfd90aaf21f319f8f1f2412d51)) * **lsp:** improve document symbol support ([8fb2ddd](https://github.com/iammathew/openfga-rs/commit/8fb2dddb16847d29b2b4405fc01009d497a7fc8b)) ### Dependencies * The following workspace dependencies were updated * dependencies * openfga_common bumped from 0.1.0 to 0.2.0 * openfga_model_dsl_parser bumped from 0.1.0 to 0.1.1 * openfga_checker bumped from 0.1.0 to 0.2.0