From 277411655ee3f7753433376af8bbefa1a98380ab Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Wed, 5 Aug 2026 19:16:05 +0200 Subject: 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. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.md') 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 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: -- cgit v1.3.1