From 45d3b0ad7c243c4dada81b9c8b3c861c00c94be4 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sun, 12 Jul 2026 02:59:17 +0200 Subject: [PATCH] Release version 1.8.1 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e53ea4e..0c7b3e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.8.1] - 2026-07-12 + +- Restore: the postgres empty mode also drops user-owned collations in + public; dumps containing CREATE COLLATION (e.g. OpenProject's ICU + collation versions_name) no longer abort the replay with 'collation + already exists'. +- Maintenance: base image bumped from python 3.11-slim to 3.14-slim. + ## [1.8.0] - 2026-07-11 Swarm-aware backups and replayable restores. diff --git a/pyproject.toml b/pyproject.toml index 19dd8e2..815c391 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "backup-docker-to-local" -version = "1.8.0" +version = "1.8.1" description = "Backup Docker volumes to local with rsync and optional DB dumps." readme = "README.md" requires-python = ">=3.9"