We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428d4e6 commit b4fe67fCopy full SHA for b4fe67f
1 file changed
docs/reference/changelog.md
@@ -1,6 +1,19 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+(v1-31-1)=
5
+## [1.31.1](https://github.com/sqlc-dev/sqlc/releases/tag/v1.31.1)
6
+Released 2026-04-22
7
+
8
+### Bug Fixes
9
10
+- Remove go.mod replace directive that breaks `go install ...@latest` (#4401)
11
+- Downgrade github.com/ncruces/go-sqlite3 to v0.32.0 (#4400)
12
13
+### Build
14
15
+- (deps) Bump github.com/jackc/pgx/v5 (#4398)
16
17
(v1-31-0)=
18
## [1.31.0](https://github.com/sqlc-dev/sqlc/releases/tag/v1.31.0)
19
Released 2026-04-19
0 commit comments