diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-08-05 19:16:05 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-08-05 19:16:10 +0200 |
| commit | 277411655ee3f7753433376af8bbefa1a98380ab (patch) | |
| tree | 9393b695430b07874b529d7b78914e3e2a1bcc35 /CHANGELOG.md | |
| parent | 197c01ef7119c4a9bfec4cf3793d90496ea5868f (diff) | |
| download | go-gg-277411655ee3f7753433376af8bbefa1a98380ab.tar.gz | |
pgruntime: fix `psql --version` parsing on Ubuntu
This currently breaks all repeated calls to WithTestDB (i.e., all
users where more than two packages call WithTestDB) within GH Actions.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 181176a..638d50d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ SPDX-FileCopyrightText: 2026 Stefan Majewsky <majewsky@gmx.net> SPDX-License-Identifier: Apache-2.0 --> +# v1.13.1 (TBD) + +Changes: + +- pgruntime: Fix PostgreSQL version detection on Linux distributions with nonstandard `psql --version` output. + # v1.13.0 (2026-08-01) Changes: |
