Skip to content

Commit 446f5d6

Browse files
committed
release: 2.12.0
1 parent 6288d49 commit 446f5d6

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## v2.12.0 - 2025-06-09
11+
12+
### Changed
13+
14+
- Relicensed: gpl3 -> apache or mit (#534)
15+
16+
### Fixed
17+
18+
- `json_table`, `table`, `values`, `group by` (#536)
19+
- Cast expression issues (#533)
20+
- Float lexing (#532)
21+
- Unicode escaped quoted idents (#531)
22+
- `xmltable` (#530)
23+
- Many parser fixes for the pg regression test suite (#529), (#527), (#526), (#524), (#523), (#522)
24+
1025
## v2.11.0 - 2025-05-30
1126

1227
### Fixed

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.

crates/squawk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "squawk"
3-
version = "2.11.0"
3+
version = "2.12.0"
44
default-run = "squawk"
55

66
authors.workspace = true

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
squawk = final.rustPlatform.buildRustPackage {
2020
pname = "squawk";
21-
version = "2.11.0";
21+
version = "2.12.0";
2222

2323
cargoLock = {
2424
lockFile = ./Cargo.lock;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "squawk-cli",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "linter for PostgreSQL, focused on migrations",
55
"repository": "[email protected]:sbdchd/squawk.git",
66
"author": "Squawk Team & Contributors",

0 commit comments

Comments
 (0)