sql_query_analyzer 0.4.1

Static analysis tool for SQL queries with 20 built-in rules for performance, security, and style
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### CI/CD

- Fix deny licenses and remove unused dependencies ([d639d9e]https://github.com/RAprogramm/sql-query-analyzer/commit/d639d9eced635a3c2ce17fe459e8051275544274)
- Add comprehensive quality gates and fix doctests ([f19dc9d]https://github.com/RAprogramm/sql-query-analyzer/commit/f19dc9d2bdbbb7e76adffd5816d4d999cd5f2150)
- Bump the github-actions group with 5 updates ([55f6edb]https://github.com/RAprogramm/sql-query-analyzer/commit/55f6edba22258b4e3b044ab50acb09af74f28bf4)
- Add dependabot configuration ([3fa8726]https://github.com/RAprogramm/sql-query-analyzer/commit/3fa87264595d6cc68dbe89f05b06a9b493f47a78)
- Add PR size check with 200 lines limit ([7afb7ac]https://github.com/RAprogramm/sql-query-analyzer/commit/7afb7acd2df2c157dd952b29fbee2d73e55dbd2a)
- Add PR size analysis with 200 lines limit ([da5d368]https://github.com/RAprogramm/sql-query-analyzer/commit/da5d368f88cd28074234844e552a4c640c4948c3)

### Documentation

- Add required permissions to GitHub Action example ([0ddc595]https://github.com/RAprogramm/sql-query-analyzer/commit/0ddc59516d1aa7118d2036bbc02ec1d622eb6f7b)
- Add static analysis example without LLM ([50ecb6d]https://github.com/RAprogramm/sql-query-analyzer/commit/50ecb6d8d409c0d653c007fa0c998f7be057b978)
- Update README with GitHub Action usage ([1865165]https://github.com/RAprogramm/sql-query-analyzer/commit/18651656ca2779ea8205becd49332cc8290108a4)
- Add contributing guidelines with PR size limits ([16f6e7f]https://github.com/RAprogramm/sql-query-analyzer/commit/16f6e7f3c364ccfbe75d2da18c1f304bff702030)
- Add REUSE compliance badge ([b7f838a]https://github.com/RAprogramm/sql-query-analyzer/commit/b7f838a3d2945352495cc17429eddfa92edb9e3f)
- Update changelog [skip ci] [8160321](https://github.com/RAprogramm/sql-query-analyzer/commit/8160321282ba46a04e7f8b810e85621a92d6f3da)

## [0.1.1] - 2025-11-24

### CI/CD

- Add codecov configuration ([9b6570d]https://github.com/RAprogramm/sql-query-analyzer/commit/9b6570d467039c9de591a5d2493769318610c79a)
- Add Codecov coverage and test results ([413bd59]https://github.com/RAprogramm/sql-query-analyzer/commit/413bd59e866874dc14b4e91085ad23db61688262)
- Skip crates.io publish for action tags ([11e990e]https://github.com/RAprogramm/sql-query-analyzer/commit/11e990ed48b8dde2fbba6bdc694df5d312db9901)

### Documentation

- Add table of contents and back to top links ([ba9a9be]https://github.com/RAprogramm/sql-query-analyzer/commit/ba9a9beca8162481de6d2017f99bf1f7fcb6d1af)
- Add coverage graphs section to README ([e5ed530]https://github.com/RAprogramm/sql-query-analyzer/commit/e5ed530b79059ffc840ea8ab8a27a7c607bea1ec)

### Fixed

- Add lib target for docs.rs ([426cdd1]https://github.com/RAprogramm/sql-query-analyzer/commit/426cdd16da5035409dfea6d95140a32a62444067)

## [1] - 2025-11-24

### Added

- Update GitHub Action for marketplace v1 ([b8f9186]https://github.com/RAprogramm/sql-query-analyzer/commit/b8f91864a3f7cc2a25929eca5f1e37c0f9831af2)

### Documentation

- Update changelog [skip ci] [bcfb063](https://github.com/RAprogramm/sql-query-analyzer/commit/bcfb063495b7130e4e5e2f2ce3055ae34cd78351)

### Testing

- Add comprehensive unit tests ([616fd9f]https://github.com/RAprogramm/sql-query-analyzer/commit/616fd9f4284eadcd2f33138558eb5ae9e5cdab6b)

## [0.1.0] - 2025-11-24

### CI/CD

- Add changelog generation with git-cliff ([5de70af]https://github.com/RAprogramm/sql-query-analyzer/commit/5de70af8d8d6b2c703c97aa48f3d8e321b95df97)
- Add release workflow with crates.io publish ([b8b7856]https://github.com/RAprogramm/sql-query-analyzer/commit/b8b78562a1d53fbed9b4fc4fc815973d1f5875bc)

### Fixed

- Use rustls instead of openssl for cross-compilation ([2bdf030]https://github.com/RAprogramm/sql-query-analyzer/commit/2bdf03097c563bce1c7b70eb613f6d58bc52b0c2)

[Unreleased]: https://github.com/RAprogramm/sql-query-analyzer/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/RAprogramm/sql-query-analyzer/compare/v1...v0.1.1
[1]: https://github.com/RAprogramm/sql-query-analyzer/compare/v0.1.0...v1
[0.1.0]: https://github.com/RAprogramm/sql-query-analyzer/releases/tag/v0.1.0