From b569fc307a97d3a676f202548811482fa8bdada8 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 27 Feb 2026 05:02:30 +0000 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba3473..1208242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.0](https://github.com/flowcanon/deploy/compare/v0.1.3...v0.2.0) (2026-02-27) + +- Introduces flow-deploy upgrade command to pull latest release binary [Minor] [#7](https://github.com/flowcanon/deploy/pull/7) +- MIT License [#5](https://github.com/flowcanon/deploy/pull/5) + + ### [0.1.3](https://github.com/flowcanon/deploy/compare/v0.1.2...v0.1.3) (2026-02-27) - Improve docs and landing page, update readme, add license, all of the important stuffs [#4](https://github.com/flowcanon/deploy/pull/4) diff --git a/pyproject.toml b/pyproject.toml index 73d0616..a9a93ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flow-deploy" -version = "0.1.3" +version = "0.2.0" description = "Rolling deploys for Docker Compose + Traefik stacks" authors = ["Flowcanon"] readme = "README.md"