From e107168dc35c5a79fb05662f06b55e0e3b876249 Mon Sep 17 00:00:00 2001 From: Ognjen Joldzic <44299700+ognjen-j@users.noreply.github.com> Date: Wed, 25 Nov 2020 15:44:17 +0100 Subject: [PATCH] Release prep (#170) * Removed parallelization limit. * Release test. * Uncomment the publishing step. * Version changed to 0.2.0b0 * Removed the tag check. * Workflow optimizations. * Modified the version test. * Modified the version test. * Changed the development status classifier * Version changed to v0.2.3a1 * Version changed to v0.2.3 * Version 0.2.4 released. * Version changed to v0.2.5" * Version changed to v0.2.6 * Version changed to v0.2.7 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba5c2f53..b4bd6d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### Version 0.2.7 +* Exit with code 1 when `apply` tries to change the number of partitions or the replication factor for a topic. ### Version 0.2.6 * Enabled listing internal topics by default. Added `--hide-internal` flag to `get topics` command. ### Version 0.2.5 diff --git a/pyproject.toml b/pyproject.toml index b7662334..58c82e18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "esque" -version = "0.2.6" +version = "0.2.7" description="esque - an operational kafka tool." authors = ["real.digital "] license = "MIT"