:tada: Bugfixes:
* [FIX] Whole line comments should be aligned with the line under them ([140](https://github.com/PabloRMira/sql_formatter/pull/140))
* [FIX] Semicolon under line with comment not properly formatted ([139](https://github.com/PabloRMira/sql_formatter/pull/139))
* [FIX] PARTITION BY with newline not properly formatted ([138](https://github.com/PabloRMira/sql_formatter/pull/138))
:hammer_and_wrench: Refactoring / Maintenance:
* [MNT] Simplify package by removing release module ([142](https://github.com/PabloRMira/sql_formatter/pull/142))
* [MNT] Robustify comment assignment ([141](https://github.com/PabloRMira/sql_formatter/pull/141))