:tada: Bugfixes:
* [FIX] Semicolon / CREATE validation fails ([85](https://github.com/PabloRMira/sql_formatter/pull/85))
* [FIX] Fields in ORDER BY in PARTITION BY with wrong indentation ([84](https://github.com/PabloRMira/sql_formatter/pull/84))
* [FIX] View name is wrongly written uppercase in CREATE OR REPLACE VIEW my_view AS ([79](https://github.com/PabloRMira/sql_formatter/pull/79))
:rocket: New features:
* [FEA] Add CLI to handle git release and changelog creation programmatically via commit messages ([87](https://github.com/PabloRMira/sql_formatter/pull/87))
* [FEA] Add formatting for multiline comments ([86](https://github.com/PabloRMira/sql_formatter/pull/86))
* [FEA] Separate each ON join by newline ([80](https://github.com/PabloRMira/sql_formatter/pull/80))
:bulb: Documentation:
* [DOC] Add docs for maintenance / refactoring ([89](https://github.com/PabloRMira/sql_formatter/pull/89))
* [DOC] Update README ([82](https://github.com/PabloRMira/sql_formatter/pull/82))
* [DOC] Add hint for contributors to install the package in editable mode for the CLI to incorporate changes in code basis ([81](https://github.com/PabloRMira/sql_formatter/pull/81))
:hammer_and_wrench: Refactoring / Maintenance:
* [MNT] Refactor / Simplify code basis, remove deprecated functions, adjust docs ([90](https://github.com/PabloRMira/sql_formatter/pull/90))