3 Commits

Author SHA1 Message Date
Kevin Veen-Birkenbach
2f5882f5c1 Release version 1.4.0
Some checks failed
CI (make tests, stable, publish) / make test (push) Has been cancelled
CI (make tests, stable, publish) / Mark stable + publish image (SemVer tags only) (push) Has been cancelled
2026-01-31 18:28:29 +01:00
Kevin Veen-Birkenbach
522391fdd3 Merge branch 'main' of github.com:kevinveenbirkenbach/backup-docker-to-local 2026-01-31 18:25:55 +01:00
Kevin Veen-Birkenbach
2ed3472527 Ignored build/ 2026-01-16 10:45:09 +01:00
3 changed files with 8 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
__pycache__ __pycache__
artifacts/ artifacts/
*.egg-info *.egg-info
dist/ dist/
build/

View File

@@ -1,3 +1,8 @@
## [1.4.0] - 2026-01-31
* Baudolo now restarts Docker Compose stacks in a wrapper-aware way (with a `docker compose` fallback), ensuring that all Compose overrides and env files are applied identically to the Infinito.Nexus workflow.
## [1.3.0] - 2026-01-10 ## [1.3.0] - 2026-01-10
* Empty databases.csv no longer causes baudolo-seed to fail * Empty databases.csv no longer causes baudolo-seed to fail

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "backup-docker-to-local" name = "backup-docker-to-local"
version = "1.3.0" version = "1.4.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"