release: v1.7.1 (coordinated lockstep bump)

This commit is contained in:
2026-08-18 18:44:30 -06:00
parent d5ddfbcbe7
commit 9cabbe206b
4 changed files with 16 additions and 7 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ module code.nochebuena.dev/einherjar/db-postgres
go 1.26
require (
code.nochebuena.dev/einherjar/contracts v1.7.0
code.nochebuena.dev/einherjar/core v1.7.0
code.nochebuena.dev/einherjar/contracts v1.7.1
code.nochebuena.dev/einherjar/core v1.7.1
github.com/jackc/pgerrcode v0.0.0-20250907135507-afb5586c32a6
github.com/jackc/pgx/v5 v5.10.0
)