From 35ee19152702a195a1b6733850a359e3cd61feff Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 9 Mar 2026 19:54:20 +0000 Subject: [PATCH] chore(release): 0.2.7 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b12ca..e79f733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### [0.2.7](https://github.com/flowcanon/deploy/compare/v0.2.6...v0.2.7) (2026-03-09) + +- Self-contains the command which manages git actions [#23](https://github.com/flowcanon/deploy/pull/23) + + ### [0.2.6](https://github.com/flowcanon/deploy/compare/v0.2.5...v0.2.6) (2026-03-09) - (Bugfix) Filter containers by project [#21](https://github.com/flowcanon/deploy/pull/21) diff --git a/pyproject.toml b/pyproject.toml index d6f756b..7e191fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flow-deploy" -version = "0.2.6" +version = "0.2.7" description = "Rolling deploys for Docker Compose + Traefik stacks" authors = ["Flowcanon"] readme = "README.md"