Skip to content

Commit f3435f3

Browse files
github-actions[bot]robert-sjoblom
authored andcommitted
chore(main): release 1.7.0
1 parent a23e110 commit f3435f3

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.7.0](https://github.com/robert-sjoblom/pg-migration-lint/compare/v1.6.0...v1.7.0) (2026-02-12)
4+
5+
6+
### Features
7+
8+
* **liquibase-xml:** support `references` shorthand on inline FK constraints ([a23e110](https://github.com/robert-sjoblom/pg-migration-lint/commit/a23e110503c9c8f0558c23f7e9c6bf44949a4404))
9+
10+
11+
### Bug Fixes
12+
13+
* **bridge:** fix suppress warnings parser error in bridge runs due to relative path ([744f910](https://github.com/robert-sjoblom/pg-migration-lint/commit/744f910ee158a28ad6d9238c3f07c375ddcd13ce))
14+
315
## [1.6.0](https://github.com/robert-sjoblom/pg-migration-lint/compare/v1.5.0...v1.6.0) (2026-02-12)
416

517

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.6.0"
3+
version = "1.7.0"
44
edition = "2024"
55
authors = ["pg-migration-lint contributors"]
66
description = "Static analyzer for PostgreSQL migration files"

0 commit comments

Comments
 (0)