Skip to content

Commit 087ce01

Browse files
github-actions[bot]robert-sjoblom
authored andcommitted
chore(main): release 1.1.0
1 parent ef18fb6 commit 087ce01

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/robert-sjoblom/pg-migration-lint/compare/v1.0.1...v1.1.0) (2026-02-11)
4+
5+
6+
### Features
7+
8+
* **suppress:** warn on unknown rule IDs in suppression comments ([3227f89](https://github.com/robert-sjoblom/pg-migration-lint/commit/3227f894691bcae5b85d047b6ad904e8b76755f7))
9+
10+
11+
### Bug Fixes
12+
13+
* **cli:** include blocker in --fail-on error message ([d823337](https://github.com/robert-sjoblom/pg-migration-lint/commit/d8233374674189c4536eb836f43c9ad638b2410e))
14+
* **config:** validate fail_on at config load time ([ae90504](https://github.com/robert-sjoblom/pg-migration-lint/commit/ae90504008ec061291cfd2cbe61e752aec915bfb))
15+
* **liquibase:** validate required XML attributes before generating SQL ([75d3605](https://github.com/robert-sjoblom/pg-migration-lint/commit/75d3605ca1f73e7f998c9a4c9639cbcb5471fe7d))
16+
* **parser:** handle smallserial type as serial variant ([a120aea](https://github.com/robert-sjoblom/pg-migration-lint/commit/a120aea7c86bfcfe58d260471c65a6ea03156d13))
17+
* **PGM002:** include index and table name in finding message ([ece37d7](https://github.com/robert-sjoblom/pg-migration-lint/commit/ece37d7f56b16ee28b7c1015f7872cfdfce4af26))
18+
* **PGM009:** treat numeric(P) as equivalent to numeric(P, 0) ([2f612b2](https://github.com/robert-sjoblom/pg-migration-lint/commit/2f612b2908a3bd24bf9fa3bada20d3065ca1d96b))
19+
20+
21+
### Performance Improvements
22+
23+
* **catalog:** O(1) index-to-table lookup via reverse map ([63f37fa](https://github.com/robert-sjoblom/pg-migration-lint/commit/63f37fa1ad2c5c1c6ff9c761d21c1a6d42b9a570))
24+
325
## [1.0.1](https://github.com/robert-sjoblom/pg-migration-lint/compare/v1.0.0...v1.0.1) (2026-02-10)
426

527

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pg-migration-lint"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
edition = "2024"
55
authors = ["pg-migration-lint contributors"]
66
description = "Static analyzer for PostgreSQL migration files"

0 commit comments

Comments
 (0)