From 022b0966171ed32ecbf3bd1b70cd5f27c97aa381 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 23 Sep 2026 15:36:18 +0200 Subject: [PATCH] Release version 7.0.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f265a..ef1a0fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.0.2] - 2026-09-23 + +* Backup: failed live pre-copy no longer aborts when a stopped copy follows +* Backup: stopped --checksum copy replaces pre-copy hit by live writer (rc 23) +* Backup: failing sole live copy or failing stopped copy still fails the run +* Tests: e2e live writer shrinking files mid-read reproduces the rsync failure + ## [7.0.1] - 2026-08-18 - Restore: *--empty* no longer aborts on a database that carries an extension. diff --git a/pyproject.toml b/pyproject.toml index 226bf5f..e83577a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "backup-docker-to-local" -version = "7.0.1" +version = "7.0.2" description = "Backup Docker volumes to local with rsync and optional DB dumps." readme = "README.md" requires-python = ">=3.9"