File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.8 .0"
2+ "." : " 0.9 .0"
33}
Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ sql-sop uses [Semantic Versioning](https://semver.org/).
88Rule removals and rule ID renames are ** breaking changes** that require
99a deprecation window (see ` GOVERNANCE.md ` § Scope discipline).
1010
11+ ## [ 0.9.0] ( https://github.com/Pawansingh3889/sql-guard/compare/v0.8.0...v0.9.0 ) (2026-05-31)
12+
13+
14+ ### Features
15+
16+ * dbt-aware rule pack scaffolding + DBT001 model-without-test ([ #57 ] ( https://github.com/Pawansingh3889/sql-guard/issues/57 ) ) ([ 7ee1371] ( https://github.com/Pawansingh3889/sql-guard/commit/7ee1371ba7f18c2c49c12c7cc5d65c85d9769815 ) )
17+ * ** rules:** add W025 assertion-malformed ([ #53 ] ( https://github.com/Pawansingh3889/sql-guard/issues/53 ) ) ([ 98caa6d] ( https://github.com/Pawansingh3889/sql-guard/commit/98caa6dd61edc72a69929796c41efb678fc50509 ) )
18+
19+
20+ ### Documentation
21+
22+ * ** readme:** add Companion tools section linking OpsMind and the compliance dashboard ([ #58 ] ( https://github.com/Pawansingh3889/sql-guard/issues/58 ) ) ([ d8f6c0f] ( https://github.com/Pawansingh3889/sql-guard/commit/d8f6c0f3b66bd8bfa149377df8f92fa35bd54ab2 ) )
23+
1124## [ Unreleased]
1225
1326## [ 0.8.0] - 2026-05-20
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " sql-sop"
7- version = " 0.8 .0"
7+ version = " 0.9 .0"
88description = " Fast rule-based SQL linter. Pre-commit hook + GitHub Action + CLI."
99readme = " README.md"
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments