Releases: quarylabs/sqruff
Releases · quarylabs/sqruff
v0.2.1
What's Changed
- ci: attempt at pushing homebrew push by @benfdking in #267
- chore: bump version 0.2.1 by @benfdking in #268
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- chore: add rule
AM06
by @gvozdvmozgu in #255 - chore: add rule
RF01
by @gvozdvmozgu in #256 - chore: update license by @louisjoecodes in #258
- chore: add rule
RF03
by @gvozdvmozgu in #257 - chore: Add ST08 rule by @gvozdvmozgu in #259
- chore: Add
AM02
rule by @gvozdvmozgu in #260 - chore: Add
CV04
rule by @gvozdvmozgu in #261 - chore: Add CV03 rule for trailing commas in select clause by @gvozdvmozgu in #262
- chore: Add AL09 rule by @gvozdvmozgu in #265
- chore: Add
CV05
rule by @gvozdvmozgu in #264 - chore: bumo version to 0.2.0 by @benfdking in #266
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
- chore: pin Rust version that we are building with by @gvozdvmozgu in #249
- chore: add rule
AL06
by @gvozdvmozgu in #248 - chore: add rule CP01, CP05, CP02, CP03, CP04 by @gvozdvmozgu in #241
- chore: resolve conflict between '-f' short option in 'force' and 'format' arguments of 'fix' command by @gvozdvmozgu in #250
- chore: remove #[ignore] from passing tests by @gvozdvmozgu in #251
- chore: check unused dependencies by @gvozdvmozgu in #252
- chore: standardize the method names for retrieving rules to
rules()
across all modules by @gvozdvmozgu in #253 - chore: bump version to 0.1.3 by @louisjoecodes in #254
New Contributors
- @louisjoecodes made their first contribution in #254
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
What's Changed
- chore: remove unused dependencies by @benfdking in #244
- fix: attempt at fixing job by @benfdking in #245
- chore: update to 0 1 1 by @benfdking in #246
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- chore: fix windows user config loading by @gvozdvmozgu in #220
- chore: new format for github annotation output by @gvozdvmozgu in #221
- chore: miscellaneous fixes by @gvozdvmozgu in #222
- chore: add more tests by @gvozdvmozgu in #223
- chore: update dependencies by @benfdking in #225
- cleaning up code by @benfdking in #226
- chore: fixes by @gvozdvmozgu in #228
- chore: remove unnecessary parentheses by @benfdking in #232
- warn fix by @Quied in #194
- chore: move rust toolchain to toml by @benfdking in #233
- chore: cargo +nightly clippy --fix -Z unstable-options by @gvozdvmozgu in #234
- ci: add linting to ci by @benfdking in #231
- add bash script installer by @tsirysndr in #227
- chore: remove
#![feature(absolute_path)]
by @gvozdvmozgu in #240 - docs: add docs to use by @benfdking in #237
- chore: add rule
AM01
by @gvozdvmozgu in #238 - chore: add rule
AL07
by @gvozdvmozgu in #239 - chore: less cloning and caching by @gvozdvmozgu in #235
- feat: add update to the brew file by @benfdking in #230
- chore: bump version to 0.1 by @benfdking in #243
New Contributors
- @Quied made their first contribution in #194
- @tsirysndr made their first contribution in #227
Full Changelog: v0.0.14...v0.1.0
v0.0.14
What's Changed
- feat: adding ci check to check versions match by @benfdking in #218
- fix: release versioning check by @benfdking in #219
Full Changelog: v0.0.13...v0.0.14
v0.0.13
What's Changed
- chore: add descriptions to all rules by @gvozdvmozgu in #216
- chore: configuring rules through config by @gvozdvmozgu in #217
Full Changelog: v0.0.12...v0.0.13
v0.0.12
v0.0.11
What's Changed
- chore: caching for parsing by @gvozdvmozgu in #207
- chore: use stacker to prevent stack overflow in Windows debug mode by @gvozdvmozgu in #210
- chore: attempt to address performance issues in tests by @gvozdvmozgu in #211
- chore: add fix command by @gvozdvmozgu in #213
- chore: add configurable indentation handling to parser context by @gvozdvmozgu in #214
Full Changelog: v0.0.10...v0.0.11