We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028ed87 commit ca79f79Copy full SHA for ca79f79
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### [0.2.8](https://github.com/flowcanon/deploy/compare/v0.2.7...v0.2.8) (2026-03-23)
4
+
5
+- Deprecate rollback command in favor of deploy recovering from failure [#25](https://github.com/flowcanon/deploy/pull/25)
6
7
8
### [0.2.7](https://github.com/flowcanon/deploy/compare/v0.2.6...v0.2.7) (2026-03-09)
9
10
- Self-contains the command which manages git actions [#23](https://github.com/flowcanon/deploy/pull/23)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flow-deploy"
-version = "0.2.7"
+version = "0.2.8"
description = "Rolling deploys for Docker Compose + Traefik stacks"
authors = ["Flowcanon"]
readme = "README.md"
0 commit comments