Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### [0.2.5](https://github.com/flowcanon/deploy/compare/v0.2.4...v0.2.5) (2026-03-09)

- Support ssh port in docker compose as well [#19](https://github.com/flowcanon/deploy/pull/19)


### [0.2.4](https://github.com/flowcanon/deploy/compare/v0.2.3...v0.2.4) (2026-03-05)

- Add plausible anlaytics [#17](https://github.com/flowcanon/deploy/pull/17)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flow-deploy"
version = "0.2.4"
version = "0.2.5"
description = "Rolling deploys for Docker Compose + Traefik stacks"
authors = ["Flowcanon"]
readme = "README.md"
Expand Down