Released on: 2024-09-17
- Fix the status command to work when layout = 'one-file-all-queries'. This was a regression that was introduced when the layout functionality was implemented. This release fixes it.
Released on: 2024-09-08
- Implement a built-in SQL formatter using the
sqlformat-rs
crate - Add support for two more external SQL formatters: sqlfluff and sql-formatter.
- Update rust toolchain to version 1.80.1 in github workflows
Released on: 2024-09-07
- Functionality wise there's no change since
0.1.0
- Upgraded rust toolchain for test jobs and added workflow for publishing release artifacts on github (for x86 linux and MacOS)