From c21b5c41280494a774e3098d05f6f5d4383e65cd Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 18 Dec 2023 13:21:10 +0000 Subject: [PATCH] release: 0.5.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 566d6e5..a6b0d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## v0.5.3 (2023-12-18) + +### Chore + +* chore: pip: bump python-on-whales from 0.67.0 to 0.68.0 + +Bumps [python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales) from 0.67.0 to 0.68.0. +- [Release notes](https://github.com/gabrieldemarmiesse/python-on-whales/releases) +- [Commits](https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.67.0...v0.68.0) + +--- +updated-dependencies: +- dependency-name: python-on-whales + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`7e55134`](https://github.com/qaldak/docker-volume-backup/commit/7e551343a8acddfd14bb3eb50abd17ad4f19bb42)) + + ## v0.5.2 (2023-12-04) ### Build diff --git a/pyproject.toml b/pyproject.toml index 92cb9c1..8fcc8d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docker-volume-backup" -version = "0.5.2" +version = "0.5.3" authors = [{ name = "Qaldak" }] readme = "README.md" requires-python = ">=3.9"