From e4e9d786d8e5e9fc9658c689f42b904f96e21633 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 18:36:11 +0000 Subject: [PATCH] chore(main): release 0.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64f3cdd..76d5538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d68619..670e89c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ sql-sop uses [Semantic Versioning](https://semver.org/). Rule removals and rule ID renames are **breaking changes** that require a deprecation window (see `GOVERNANCE.md` ยง Scope discipline). +## [0.9.0](https://github.com/Pawansingh3889/sql-guard/compare/v0.8.0...v0.9.0) (2026-05-31) + + +### Features + +* 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)) +* **rules:** add W025 assertion-malformed ([#53](https://github.com/Pawansingh3889/sql-guard/issues/53)) ([98caa6d](https://github.com/Pawansingh3889/sql-guard/commit/98caa6dd61edc72a69929796c41efb678fc50509)) + + +### Documentation + +* **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)) + ## [Unreleased] ## [0.8.0] - 2026-05-20 diff --git a/pyproject.toml b/pyproject.toml index ebb7375..516c039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "sql-sop" -version = "0.8.0" +version = "0.9.0" description = "Fast rule-based SQL linter. Pre-commit hook + GitHub Action + CLI." readme = "README.md" license = "MIT"