Skip to content

Commit e4e9d78

Browse files
chore(main): release 0.9.0
1 parent 98caa6d commit e4e9d78

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.0"
2+
".": "0.9.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ sql-sop uses [Semantic Versioning](https://semver.org/).
88
Rule removals and rule ID renames are **breaking changes** that require
99
a 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "sql-sop"
7-
version = "0.8.0"
7+
version = "0.9.0"
88
description = "Fast rule-based SQL linter. Pre-commit hook + GitHub Action + CLI."
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)