Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/reference/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.

(v1-31-1)=
## [1.31.1](https://github.com/sqlc-dev/sqlc/releases/tag/v1.31.1)
Released 2026-04-22

### Bug Fixes

- Remove go.mod replace directive that breaks `go install ...@latest` (#4401)
- Downgrade github.com/ncruces/go-sqlite3 to v0.32.0 (#4400)

### Build

- (deps) Bump github.com/jackc/pgx/v5 (#4398)

(v1-31-0)=
## [1.31.0](https://github.com/sqlc-dev/sqlc/releases/tag/v1.31.0)
Released 2026-04-19
Expand Down
Loading