Skip to content

Commit 02f77f7

Browse files
chore(main): release 0.8.0 (#56)
* chore(main): release 0.8.0 * docs(changelog): rewrite v0.8.0 entries in prose style --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 37100ec commit 02f77f7

3 files changed

Lines changed: 10 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.7.0"
2+
".": "0.8.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ a deprecation window (see `GOVERNANCE.md` § Scope discipline).
1010

1111
## [Unreleased]
1212

13+
## [0.8.0] - 2026-05-20
14+
15+
Four new rules added since v0.7.0 (W021, E009, T006, W024) and a meaningful coverage fix to S001 `implicit-cross-join`. No breaking changes; existing pre-commit configs continue to work without modification.
16+
1317
### Added
1418

1519
- **W021 `having-without-group-by`** - warns when `HAVING` appears
@@ -74,6 +78,10 @@ a deprecation window (see `GOVERNANCE.md` § Scope discipline).
7478
Snowflake/Postgres lateral join and not flagged. Resolves #41
7579
(the W027 comma-join request was a duplicate of S001).
7680

81+
### Documentation
82+
83+
- README and `action.yml` refresh for v0.7.0 (contracts pack, new contributors, missing rules) ([#38](https://github.com/Pawansingh3889/sql-guard/pull/38)).
84+
7785
## [0.7.0] - 2026-05-02
7886

7987
Headline release: schema-aware linting via the new **Contracts pack**, three community-contributed rules (W014 / W015 / W022), and the `schema-snapshot` and `validate-contract` subcommands. Core registry is 43 rules (10 errors, 28 warnings, 5 Python-source). With `--contract` enabled the registry grows to 48 rules (12 errors, 31 warnings, 5 Python-source). Without `--contract` behaviour is identical to v0.6.x and there are no breaking changes.

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.7.0"
7+
version = "0.8.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)