Release version 3.0.0

This commit is contained in:
2026-07-12 18:29:49 +02:00
parent b4d7e7f396
commit 38abcc11ee
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,16 @@
# Changelog # Changelog
## [3.0.0] - 2026-07-12
- Backup: *--images-no-stop-required* and *--images-no-backup-required* now
match a container's exact *.Config.Image* (full *repo:tag*, registry
prefix included) instead of a substring, so a near-miss image name no
longer flips the stop/skip decision. Callers must pass exact image
references. **Breaking.**
- Backup: renamed *--hard-compose-restart* to *--hard-restart-projects*
(its value stays a list of compose project dir names). **Breaking:** the
old flag name is removed.
## [2.0.0] - 2026-07-12 ## [2.0.0] - 2026-07-12
- Backup: renamed *--docker-compose-hard-restart-required* to - Backup: renamed *--docker-compose-hard-restart-required* to

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "backup-docker-to-local" name = "backup-docker-to-local"
version = "2.0.0" version = "3.0.0"
description = "Backup Docker volumes to local with rsync and optional DB dumps." description = "Backup Docker volumes to local with rsync and optional DB dumps."
readme = "README.md" readme = "README.md"
requires-python = ">=3.9" requires-python = ">=3.9"