Skip to content

Commit d460f72

Browse files
web-flowwadewilliams
authored andcommitted
chore(release): 0.3.0
1 parent f28418d commit d460f72

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/flowcanon/deploy/compare/v0.2.7...v0.3.0) (2026-03-26)
4+
5+
- Allow deploy command to work via cli [#29](https://github.com/flowcanon/deploy/pull/29)
6+
- Deprecate rollback command in favor of deploy recovering from failure [Minor] [#25](https://github.com/flowcanon/deploy/pull/25)
7+
- preflight before compose validation & healthcheck.skip [#27](https://github.com/flowcanon/deploy/pull/27)
8+
9+
310
### [0.2.7](https://github.com/flowcanon/deploy/compare/v0.2.6...v0.2.7) (2026-03-09)
411

512
- Self-contains the command which manages git actions [#23](https://github.com/flowcanon/deploy/pull/23)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flow-deploy"
3-
version = "0.2.7"
3+
version = "0.3.0"
44
description = "Rolling deploys for Docker Compose + Traefik stacks"
55
authors = ["Flowcanon"]
66
readme = "README.md"

0 commit comments

Comments
 (0)